/**
 * Theme Fonts — Manrope (body) & Noto Serif (headings), self-hosted.
 *
 * The WOFF2 files cover the combined latin + latin-ext subsets, so every Slovak
 * diacritic (č š ž ť ď ô ľ ŕ ĺ ä é í á ú ý ň …) renders from a single file per
 * weight — no unicode-range splitting needed. Served from our own domain, so no
 * visitor data is sent to Google (GDPR-friendly) and there is no render-blocking
 * third-party request.
 *
 * To refresh these files, run assets/fonts/download-fonts.sh.
 *
 * @package Gina
 */

/* ---------- Manrope (body) ---------- */
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/manrope-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/manrope-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/manrope-v20-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/manrope-v20-latin_latin-ext-700.woff2') format('woff2');
}

/* ---------- Noto Serif (headings) ---------- */
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/noto-serif-v33-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/noto-serif-v33-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/noto-serif-v33-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Serif';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/noto-serif-v33-latin_latin-ext-700italic.woff2') format('woff2');
}
