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

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