@font-face {
    font-family: 'Roboto';
    src: url('RobotoSemiCondensed-Medium.woff2') format('woff2'),
        url('RobotoSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('RobotoSemiCondensed-SemiBold.woff2') format('woff2'),
        url('RobotoSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('RobotoSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('RobotoSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}