/* ============================================================
   Окупаем — self-host шрифты (кириллица + латиница).
   Файлы лежат в assets/fonts. Никаких Google Fonts и @import.
   ============================================================ */

/* Oswald — заголовки (Display) */
@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Onest — интерфейс, мета, подписи */
@font-face {
    font-family: "Onest";
    src: url("../fonts/onest-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/onest-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/onest-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("../fonts/onest-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Literata — текст статьи */
@font-face {
    font-family: "Literata";
    src: url("../fonts/literata-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Literata";
    src: url("../fonts/literata-400-italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Literata";
    src: url("../fonts/literata-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Literata";
    src: url("../fonts/literata-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
