@font-face {
    font-family: 'IBM Plex Mono'; /* set name */
    src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype'); /* url of the font */
    /* font-weight: 400 600; */
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui.ttf') format('truetype');
}
