/*
 * Fuentes locales del tema CSUNIFORMES
 * Bebas Neue + Red Hat Display
 */

/* ---------------------------------------------------------------------------
   Bebas Neue
   --------------------------------------------------------------------------- */
@font-face {
	font-family: "Bebas Neue";
	src: url("bebas-neue/BebasNeue-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------------------------------
   Red Hat Display (variable font – todos los pesos 300–900)
   --------------------------------------------------------------------------- */
@font-face {
	font-family: "Red Hat Display";
	src: url("red-hat-display/RedHatDisplay-VariableFont_wght.ttf") format("truetype");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Red Hat Display";
	src: url("red-hat-display/RedHatDisplay-Italic-VariableFont_wght.ttf") format("truetype");
	font-weight: 300 900;
	font-style: italic;
	font-display: swap;
}
