/* Fonts: Aftika local
   Arquivos em: /02 - Aftika Font Family/
*/
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aftika';
  src: url('/02 - Aftika Font Family/Aftika-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Define Aftika como fonte padrão */
:root { font-family: 'Aftika', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { font-family: 'Aftika', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

/* Mapear possíveis utilitários */
.h1, h1, .h2, h2, .h3, h3 { font-family: 'Aftika', sans-serif; }
