@font-face {
    font-family: 'Roboto Condensed';
    src: url('dehinted-RobotoCondensed-Bold.woff2') format('woff2'),
        url('dehinted-RobotoCondensed-Bold.woff') format('woff'),
        url('dehinted-RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('dehinted-RobotoCondensed-Regular.woff2') format('woff2'),
        url('dehinted-RobotoCondensed-Regular.woff') format('woff'),
        url('dehinted-RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('dehinted-RobotoCondensed-Light.woff2') format('woff2'),
        url('dehinted-RobotoCondensed-Light.woff') format('woff'),
        url('dehinted-RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

