@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('Roboto_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('Roboto_SemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('Roboto_SemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body {
    font-family: 'Roboto SemiCondensed', Arial, sans-serif !important;
} 