/* "Radikal" english font */
@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(~/Radikal-UltraThin.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(~/Radikal-Thin.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(~/Radikal-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(~/Radikal-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(~/Radikal-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(~/Radikal-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(~/Radikal-Black.woff2) format('woff2');
}
/* "GT-Super-Display-Trial" font for some Headings */
@font-face {
    font-family: 'GT-Super-Display-Trial';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(~/GT-Super-Display-Light-Trial.woff2) format('woff2');
}
@font-face {
    font-family: 'GT-Super-Display-Trial';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(~/GT-Super-Display-Regular-Trial.woff2) format('woff2');
}
