/* Define custom fonts */
@font-face {
    /* Font -> 3270 */
    font-family: 'font1';
    src: url('/fonts/3270/3270NerdFont-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* Font -> Atkinson */
    font-family: 'font2';
    src: url('/fonts/Atkinson/AtkynsonMonoNerdFont-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* Font -> Monsterrat */
    font-family: 'font3';
    src: url('/fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* Font -> ProFont */
    font-family: 'font4';
    src: url('/fonts/ProFont/ProFontIIxNerdFont-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* Font -> Terminus */
    font-family: 'font5';
    src: url('/fonts/Terminus/TerminessNerdFont-Regular.ttf');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}