@font-face {
    font-family: "DrukCyrBold";
    src: url("./assets/fonts/DrukCyrBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "MontserratBold";
    src: url("./assets/fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: bold;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "MontserratLight";
    src: url("./assets/fonts/Montserrat-Light.ttf") format("truetype");
    font-style: light;
    font-weight: light;
    font-display: swap;
}