@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+20AC; /* Latin glyphs */
}

@font-face {
    font-family: 'Roboto Condensed';
    src: local("Roboto"), url('../../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+20AC; /* Latin glyphs */
}

