/**
 * curly.sale — Self-hosted fonts (Fraunces + Inter)
 *
 * Самохостинг вместо Google Fonts CDN: без внешних запросов на рендер
 * (приватность/GDPR + moat-стратегия проекта). Subset = latin (включает
 * испанские á é í ó ú ñ ü ¿ ¡). font-display: swap — текст виден сразу.
 *
 * Файлы: assets/fonts/*.woff2  (источник: @fontsource, OFL-1.1)
 * Upload to:
 *   /www/wwwroot/curly.sale/wp-content/themes/generatepress-child/assets/css/fonts.css
 *   /www/wwwroot/curly.sale/wp-content/themes/generatepress-child/assets/fonts/*.woff2
 *
 * @version 1.0.0 (Design System port, Jun 2026)
 */

/* ---------- Fraunces (editorial serif — headings) ---------- */
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/fraunces-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fraunces-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/fraunces-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/fraunces-latin-600-normal.woff2') format('woff2');
}

/* ---------- Inter (UI / body / prices) ---------- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
}
