/*
 * Tipografía auto-alojada de Senda (v6). Offline-first: no se carga nada desde
 * CDN. Subconjunto **latin** (cubre el español: vocales acentuadas, ñ, ü, ¿, ¡,
 * €) de las fuentes variables, descargado de la API css2 de Google Fonts.
 *
 * - Titulares: Libre Franklin (un único woff2 variable cubre 500–800).
 * - Texto: Source Sans 3 (un woff2 variable normal 400–700 + uno itálico 400).
 * - Marca (wordmark «Senda»): Spectral 700 (serif), solo el peso del logotipo.
 *
 * Todas bajo SIL Open Font License 1.1 (ver OFL-LibreFranklin.txt,
 * OFL-SourceSans3.md y OFL-Spectral.txt en esta carpeta). `font-display: swap`
 * para no bloquear el primer pintado; hay fallback del sistema en los tokens de
 * --font-*.
 */

@font-face {
	font-family: 'Libre Franklin';
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url('./libre-franklin-latin.woff2') format('woff2');
	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: 'Source Sans 3';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('./source-sans-3-latin.woff2') format('woff2');
	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: 'Source Sans 3';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('./source-sans-3-latin-italic.woff2') format('woff2');
	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: 'Spectral';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./spectral-latin.woff2') format('woff2');
	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;
}
