/*
 * Tipografias servidas desde el mismo origen.
 *
 * Elementor guarda las @font-face con URL absoluta a https://latarumba.com.
 * Mientras el sitio se prueba en otro host, el navegador bloquea esas fuentes
 * por CORS (el servidor de origen no envia Access-Control-Allow-Origin).
 * Estas reglas repiten las mismas familias con ruta relativa a la raiz, asi
 * que resuelven contra el host que este sirviendo la pagina. Funciona igual
 * antes y despues del corte de DNS.
 *
 * Familias: Gotham, Bernier
 * Se carga despues de la hoja de Elementor, por eso prevalece.
 */

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-thin-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-xlight-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-light-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-book-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-black-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-ultra-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-medium-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/gotham-bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'Bernier';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2025/12/BERNIER-Distressed-Regular.woff2') format('woff2');
}
