/*
@import url("[COUNTER_URL]");

@font-face {
    font-family: "[FAMILY]";
    src: url("/staticContent/fonts/[FAMILY]/[NAME].woff2") format("woff2"),
         url("/staticContent/fonts/[FAMILY]/[NAME].woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* Icon font - Icons */
@font-face {
    font-family: "Icons";
    src: url("/staticContent/fonts/Icons/icons_v3.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Body font - Roboto */
@font-face {
    font-family: "Roboto";
    src: url("/staticContent/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "Roboto";
    src: url("/staticContent/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("/staticContent/fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
