/**
 * Naturólogas — Tipografías alojadas en el propio servidor.
 *
 * Antes se pedían a fonts.googleapis.com. Eso significa que el navegador de
 * cada visitante contacta a Google en toda página del sitio y le entrega su
 * dirección IP, sin que nadie lo haya consentido ni haga falta para nada. En
 * Europa eso ha costado sentencias; aquí, además, era incoherente: en las
 * entrevistas se guardaron las miniaturas en el servidor justamente para no
 * hablar con Google antes de que alguien pulse play, mientras cada página
 * pedía once tipografías a esa misma casa.
 *
 * Los archivos son los mismos que sirve Google, en el subconjunto «latin», que
 * cubre el castellano completo —tildes, eñes, signos de apertura— y el inglés.
 * Las tres familias son de licencia SIL Open Font, que permite alojarlas y
 * redistribuirlas; las licencias van junto a los archivos.
 *
 * Solo se declaran los pesos que el sistema usa de verdad. El navegador baja
 * únicamente los que cada página necesita.
 */

/* ── Cormorant Garamond · titulares ── */

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fuentes/cormorant-garamond-latin-300-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fuentes/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fuentes/cormorant-garamond-latin-500-normal.woff2') format('woff2');
}

/* La cursiva del acento —«Mujeres para *tejer* la tierra»— es el gesto que el
   sistema hereda del esquema, así que su archivo real importa: sin él el
   navegador inclina la redonda y se pierde la letra caligráfica. */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('fuentes/cormorant-garamond-latin-300-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fuentes/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}

/* ── DM Sans · texto ── */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fuentes/dm-sans-latin-300-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fuentes/dm-sans-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fuentes/dm-sans-latin-500-normal.woff2') format('woff2');
}

/* La cursiva del texto no estaba en la lista que se pedía a Google: los
   énfasis de los artículos salían con una inclinación calculada por el
   navegador. Se incluye la de verdad. */
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fuentes/dm-sans-latin-400-italic.woff2') format('woff2');
}

/* ── DM Mono · cifras y datos ── */

@font-face {
	font-family: 'DM Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fuentes/dm-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'DM Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fuentes/dm-mono-latin-500-normal.woff2') format('woff2');
}
