/**
 * Tipografías locales de MOVIDO — Barlow Condensed (titulares) e Inter (texto, botones,
 * formularios e interfaz), tal y como pide el punto 2 del brief: "Carga las tipografías
 * localmente en formato WOFF2 y utiliza font-display: swap."
 * Origen de los archivos: paquetes @fontsource/inter y @fontsource/barlow-condensed
 * (licencia SIL Open Font License 1.1 — libres para auto-hospedar).
 */

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-regular-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-semibold-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-bold-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/barlow-condensed-semibold-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/barlow-condensed-bold-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
