/* ==========================================================================
   SpanishAura — Tipografías auto-alojadas
   Merriweather (títulos) y Raleway (texto), variables, subconjunto latino.
   Se sirven desde el theme para no depender del CDN de Google: mejor
   rendimiento en Aruba y sin transmitir la IP del visitante a un tercero.
   Ambas familias son SIL Open Font License.
   ========================================================================== */

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/merriweather-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/merriweather-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/raleway-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/raleway-italic.woff2') format('woff2');
}
