/* Fontes alojadas no próprio site (sem pedidos à Google): subconjunto latin, woff2 */

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

/* fonte variável: um ficheiro cobre todos os pesos usados (400–900) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/montserrat.woff2") format("woff2");
}
