/**
 * Tipografías autohospedadas.
 *
 * DM Sans y Figtree son fuentes variables (Google Fonts, licencia OFL)
 * descargadas y almacenadas localmente: un solo archivo .woff2 cubre los
 * pesos 400/500/600/700 mediante el eje "wght".
 *
 * SK Seren (fuente de titulares en el diseño de Figma) requiere licencia y
 * no se pudo redistribuir: ver assets/fonts/sk-seren/LEEME.txt. Se usa
 * Fraunces como reemplazo visual temporal para los encabezados grandes.
 */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/dm-sans/dm-sans-latin-variable.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/figtree/figtree-latin-variable.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

@font-face {
	font-family: 'Fraunces Fallback';
	font-style: normal;
	font-weight: 600 700;
	font-display: swap;
	src: url('../fonts/fraunces/fraunces-latin-variable.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

/*
@font-face {
	font-family: 'SK Seren';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/sk-seren/sk-seren-semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'SK Seren';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/sk-seren/sk-seren-bold.woff2') format('woff2');
}
*/
