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

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

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

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