@font-face {
    font-family: 'IBM Plex';
    src: url('/fonts/IBMPlexSerif-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex';
    src: url('/fonts/IBMPlexSerif-Italic.woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex';
    src: url('/fonts/IBMPlexSerif-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex';
    src: url('/fonts/IBMPlexSerif-BoldItalic.woff2');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/IBMPlexMono-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/IBMPlexMono-Italic.woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/IBMPlexMono-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/IBMPlexMono-BoldItalic.woff2');
    font-weight: bold;
    font-style: italic;
}
