/* =============================================================
   Arcan Pro Class — Font faces
   Coloque a pasta fonts/ no mesmo nível deste arquivo.
   ============================================================= */

@font-face {
  font-family: 'Kenao';
  src: url('fonts/Kenao.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'TAN Garland';
  src: url('fonts/TANGarland.woff2') format('woff2'),
       url('fonts/TANGarland.otf')   format('opentype'),
       url('fonts/TANGarland.ttf')   format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Copperplate 29BC';
  src: url('fonts/Copperplate29BC.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Biro Script Plus';
  src: url('fonts/BiroScript.otf') format('opentype'),
       url('fonts/BiroScript.ttf')  format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Simple Serenity';
  src: url('fonts/SimpleSerenity-Script.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Simple Serenity Serif';
  src: url('fonts/SimpleSerenity-Serif.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Abramo';
  src: url('fonts/Abramo-Regular.woff2') format('woff2'),
       url('fonts/Abramo-Regular.otf')   format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Abramo Script';
  src: url('fonts/Abramo-Script.woff2') format('woff2'),
       url('fonts/Abramo-Script.otf')   format('opentype');
  font-display: swap;
}

/* Fontes externas — Montserrat, Cormorant Garamond, Outfit
   Importadas do Google Fonts. Coloque este link no <head> antes
   do CSS local:

   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@200;300;400;500&family=Outfit:wght@200;300;400;500&display=swap" rel="stylesheet">
*/
