@font-face
{
    font-family: 'PlexSerif';
    src:
        url('IBMPlexSerif-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face
{
    font-family: 'PlexSerif';
    src:
        url('IBMPlexSerif-LightItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face
{
    font-family: 'TransportNew';
    src:
        url('TransportNew-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
