/* Roboto Condensed-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto Condensed-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../font/RobotoCondensed-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Roboto Condensed-700 - latin-ext_latin */
@font-face {
    font-family: 'Roboto Condensed-700';
    font-style: normal;
    font-weight: 700;
    src: url('../font/RobotoCondensed-Bold.ttf') format('truetype');
    font-display: swap;
}

body, html {
    font-family: 'Roboto Condensed-regular',sans-serif !important;
}
