/* ============================================================
   INSTITUTO ATHANOR — fontes locais
   ------------------------------------------------------------
   Auto-hospedadas de propósito: a página não pode depender de um
   CDN de terceiro para ter a cara certa. Isso resolve três coisas
   de uma vez — o navegador embutido do Instagram (que às vezes
   bloqueia requisição externa), o arquivo aberto por duplo clique
   sem internet, e a privacidade de quem visita.

   WOFF2, 5 arquivos, 255 KB no total (eram 994 KB em TTF).
   Só os pesos realmente usados: Cinzel 400 (micro), Cormorant 400
   e 400 itálico (display), Source Serif 4 400 e 600 (corpo).
   ============================================================ */

@font-face {
  font-family: "Cinzel";
  src: url("fontes/cinzel-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fontes/cormorant-garamond-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fontes/cormorant-garamond-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("fontes/source-serif-4-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("fontes/source-serif-4-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
