
@font-face {
    font-family: 'IBM Plex';
    font-weight: 500 900;
    font-display: swap;
    font-style: bold;
    font-named-instance: 'Bold';
    src: url("IBMPlexSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'IBM Plex';
    font-weight: 100 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("IBMPlexSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'IBM Plex';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("IBMPlexSans-Italic.ttf") format("truetype");
}
