/*
 * Self-hosted fonts (Unbounded, Golos Text).
 * Источник файлов: https://gwfh.mranftl.com/fonts
 * Сами файлы лежат в ../fonts/ — обновляйте пути синхронно с содержимым папки.
 *
 * Используется font-display: swap, чтобы не блокировать первый рендер:
 * сначала показывается системный fallback, затем заменяется на кастомный.
 */

/* ---------- Golos Text ---------- */
@font-face {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/golos-text-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/golos-text-500.woff2") format("woff2");
}

@font-face {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/golos-text-600.woff2") format("woff2");
}

@font-face {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/golos-text-700.woff2") format("woff2");
}

/* ---------- Unbounded ---------- */
@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/unbounded-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/unbounded-500.woff2") format("woff2");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/unbounded-600.woff2") format("woff2");
}

@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/unbounded-700.woff2") format("woff2");
}
