/* Fontes locais (servidas de /static/fonts) — sem dependencia do Google Fonts
   em runtime. Os .ttf sao baixados no servidor durante o deploy por
   baixar_fontes.sh (ver Manual do Servidor 5.4). */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/static/fonts/Cinzel.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/static/fonts/Jost.ttf') format('truetype');
}
