@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-BoldItalic.woff2') format('woff2'),
         url('ReworkDisplay-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-Bold.woff2') format('woff2'),
         url('ReworkDisplay-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-Regular.woff2') format('woff2'),
         url('ReworkDisplay-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-Semibold.woff2') format('woff2'),
         url('ReworkDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-RegularItalic.woff2') format('woff2'),
         url('ReworkDisplay-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rework Display';
    src: url('ReworkDisplay-SemiboldItalic.woff2') format('woff2'),
         url('ReworkDisplay-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

