/* ============================================================================
   Infranet Digital — fontes self-hosted
   ----------------------------------------------------------------------------
   Fraunces e Space Grotesk são fontes variáveis (SIL Open Font License 1.1).
   Ficam no próprio domínio em vez do Google Fonts por três motivos:

     1. LGPD — o Google Fonts expõe o IP do visitante a um terceiro.
     2. Performance — zero DNS/TLS extra; mesma conexão HTTP/2 do resto.
     3. Offline — o service worker consegue guardar as fontes em cache.

   Os arquivos vêm em dois subconjuntos por família. O `unicode-range` faz o
   navegador baixar `latin-ext` só quando a página realmente usa um caractere
   fora do Latin-1 — em pt-BR isso quase nunca acontece.

   Licenças completas em /fonts/LICENSE-Fraunces.txt e LICENSE-SpaceGrotesk.txt
   ========================================================================= */
/* ---------------------------------------------------------- Fraunces (display)
   Eixos variáveis: opsz 9–144, wght 100–900. O `font-optical-sizing: auto`
   usado em main.css depende do eixo opsz estar presente. */
@font-face {
	font-family: Fraunces;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/fraunces-latin.woff2') format('woff2-variations');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: Fraunces;
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/fraunces-latin-italic.woff2') format('woff2-variations');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: Fraunces;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/fraunces-latin-ext.woff2') format('woff2-variations');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: Fraunces;
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/fraunces-latin-ext-italic.woff2') format('woff2-variations');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* ------------------------------------------------------- Space Grotesk (texto)
   Eixo variável: wght 300–700. */
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin.woff2') format('woff2-variations');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
		U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/space-grotesk-latin-ext.woff2') format('woff2-variations');
	unicode-range:
		U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
