/* Inter 4.1 — локальное подключение, без внешних сервисов */
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter_400n.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter_700i.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* Panton — локальное подключение, без внешних сервисов */
@font-face {
    font-family: "Panton";
    src: url("../fonts/panton_400n.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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