/* Friends Regular Font */
@font-face {
    font-family: 'Friends Regular';
    src: local('Friends Regular'),
         url('/webfont/Friends-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Conthrax SB Font */
@font-face {
    font-family: 'Conthrax SB';
    src: local('Conthrax SB'),
         url('/webfont/CONTHRAX-SB.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Neue Plak Extended Light Font */
@font-face {
    font-family: 'Neue Plak Extended Light';
    src: local('Neue Plak Extended Light'),
         url('/webfont/NEUEPLAK-EXTENDEDLIGHT.ttf') format('truetype');
    font-weight: 300; /* Light weight */
    font-style: normal;
    font-display: swap;
}