/* Fonts downloaded from Google Fonts as *.ttf */
/* Fonts converted into *.woff and *.woff2 via https://transfonter.org/ */

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Bold.woff2') format('woff2'),
        url('roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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


@font-face {
    font-family: 'Roboto Slab';
    src: url('roboto_slab/RobotoSlab-Regular.woff2') format('woff2'),
        url('roboto_slab/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('roboto_slab/RobotoSlab-Bold.woff2') format('woff2'),
        url('roboto_slab/RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

