﻿@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url("IBMPlexSans-ExtraLight.ttf");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("IBMPlexSans-Light.ttf");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("IBMPlexSans-Regular.ttf");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url("IBMPlexSans-Bold.ttf");
}

@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("IBMPlexMono-Regular.ttf");
}
