@font-face {
    font-family: 'plex';
    font-weight: normal;
    src: url('/fonts/IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'plex-light';
    src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'plex-bold';
    src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'plex-mono';
    src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'plex-thin';
    src: url('../fonts/IBMPlexMono-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'plex-condensed';
    src: url('../fonts/IBMPlexSansCondensed-ExtraLight.ttf') format('truetype');
}
