/* ==========================================================================
   Nexa — auto-hospedada (self-hosted), usada para titulos.
   Set curado: Light 300, Regular 400, Bold 700, XBold 800, Heavy 900,
   Black 950 (+ sus itálicas). Rutas relativas a assets/fonts/.

   Los pesos fueron verificados leyendo el usWeightClass real de cada
   archivo (tabla OS/2 de la fuente), no asumidos por el nombre: Heavy y
   XBold venian invertidos en la primera version de este archivo, y Heavy
   y Black comparten el mismo peso "900" segun la fundicion — por eso Black
   se declara aqui como 950, para que ambos sigan siendo seleccionables
   por separado en los selectores de fuente sin pisarse entre si.
   ========================================================================== */

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Light.woff2') format('woff2'),
		url('../fonts/Nexa-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-LightItalic.woff2') format('woff2'),
		url('../fonts/Nexa-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Regular.woff2') format('woff2'),
		url('../fonts/Nexa-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Italic.woff2') format('woff2'),
		url('../fonts/Nexa-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Bold.woff2') format('woff2'),
		url('../fonts/Nexa-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-BoldItalic.woff2') format('woff2'),
		url('../fonts/Nexa-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-XBold.woff2') format('woff2'),
		url('../fonts/Nexa-XBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-XBoldItalic.woff2') format('woff2'),
		url('../fonts/Nexa-XBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Heavy.woff2') format('woff2'),
		url('../fonts/Nexa-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-HeavyItalic.woff2') format('woff2'),
		url('../fonts/Nexa-HeavyItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-Black.woff2') format('woff2'),
		url('../fonts/Nexa-Black.woff') format('woff');
	font-weight: 950;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/Nexa-BlackItalic.woff2') format('woff2'),
		url('../fonts/Nexa-BlackItalic.woff') format('woff');
	font-weight: 950;
	font-style: italic;
	font-display: swap;
}
