/* css */
@font-face {
    font-family: "Rubik"; /* alias для сохранения совместимости стилей */
    src: url("./woff2/Rubik-Regular.woff2") format("woff2"),
         url("./woff/Rubik-Regular.woff") format("woff");;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("./woff2/Rubik-Bold.woff2") format("woff2"),
         url("./woff/Rubik-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Опционально: отключить искусственный bold/italic */
:root {
    font-synthesis-weight: none;
    font-synthesis-style: none;
}
