@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/css/fonts/IBMPlexSans-Italic.eot');
    src: url('/css/fonts/IBMPlexSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/IBMPlexSans-Italic.woff2') format('woff2'),
        url('/css/fonts/IBMPlexSans-Italic.woff') format('woff'),
        url('/css/fonts/IBMPlexSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/css/fonts/IBMPlexSans-Bold.eot');
    src: url('/css/fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/IBMPlexSans-Bold.woff2') format('woff2'),
        url('/css/fonts/IBMPlexSans-Bold.woff') format('woff'),
        url('/css/fonts/IBMPlexSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/css/fonts/IBMPlexSans-Regular.eot');
    src: url('/css/fonts/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/IBMPlexSans-Regular.woff2') format('woff2'),
        url('/css/fonts/IBMPlexSans-Regular.woff') format('woff'),
        url('/css/fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/css/fonts/IBMPlexSans-BoldItalic.eot');
    src: url('/css/fonts/IBMPlexSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'),
        url('/css/fonts/IBMPlexSans-BoldItalic.woff') format('woff'),
        url('/css/fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('IBMPlexSerif-Light.eot');
    src: url('IBMPlexSerif-Light.eot?#iefix') format('embedded-opentype'),
        url('IBMPlexSerif-Light.woff2') format('woff2'),
        url('IBMPlexSerif-Light.woff') format('woff'),
        url('IBMPlexSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Serif';
    src: url('IBMPlexSerif-LightItalic.eot');
    src: url('IBMPlexSerif-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('IBMPlexSerif-LightItalic.woff2') format('woff2'),
        url('IBMPlexSerif-LightItalic.woff') format('woff'),
        url('IBMPlexSerif-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


