/* Шрифты проекта EPILMOOD — те же семьи, что загружены во Framer-проект.
   Во Framer загружен один face Neue Montreal (Regular): веса 500/600 на
   сайте — браузерная синтетика от Regular, здесь то же самое, специально. */

@font-face {
    font-family: "Neue Montreal";
    src: url("/fonts/NeueMontreal-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PP Editorial New";
    src: url("/fonts/PPEditorialNew-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PP Editorial New";
    src: url("/fonts/PPEditorialNew-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Inter — используется только «старым» инстансом Treatment Areas, который
   включён на брейкпоинте 1600 вместо основного (так на канвасе). Официальный
   файл rsms/inter, лицензия SIL OFL. */
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
