/* =======================
   Custom Fonts
   ======================= */

/* Andika (main content) */
@font-face {
  font-family: 'Andika';
  src: url('../fonts/andika/Andika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Andika';
  src: url('../fonts/andika/Andika-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Andika';
  src: url('../fonts/andika/Andika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Andika';
  src: url('../fonts/andika/Andika-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Zanzabar (logo) */
@font-face {
  font-family: 'Zanzabar';
  src: url('../fonts/zanzabar/Zanzabar Demo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Africa Neue (banners / hero titles) */
@font-face {
  font-family: 'AfricaNeue';
  src: url('../fonts/africa-neue-font/AfricaNeueOne.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AfricaNeue';
  src: url('../fonts/africa-neue-font/AfricaNeueTwo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Bete Noira (retro headings) */
@font-face {
  font-family: 'BeteNoira';
  src: url('../fonts/betenoira/BeteNoirNF.otf') format('opentype'),
       url('../fonts/betenoira/BeteNoirNF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Gilgongo (secondary display font) */
@font-face {
  font-family: 'Gilgongo';
  src: url('../fonts/gilgongo-true-type/GILGOND_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Add more Gilgongo styles if you want separate weights */

/* Haus Ethnik Dingbats (symbols/icons) */
@font-face {
  font-family: 'HausEthnik';
  src: url('../fonts/haus-ethnik-dingbats/HausEthnikDingbats-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Keania One (UI headings/buttons) */
@font-face {
  font-family: 'KeaniaOne';
  src: url('../fonts/keania-one/KeaniaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Tribeca (elegant headings) */
@font-face {
  font-family: 'Tribeca';
  src: url('../fonts/tribeca/Tribeca.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Wichy Lover (decorative script) */
@font-face {
  font-family: 'WichyLover';
  src: url('../fonts/wichy-lover/Wichy Lover.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}