/* ===========================================
   UNIT72784 - Self-Hosted Fonts
   Place font files in /fonts/ folder
   =========================================== */

/* Orbitron - 400 (Regular) */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Orbitron-Regular.woff2') format('woff2'),
         url('fonts/Orbitron-Regular.ttf') format('truetype');
}

/* Orbitron - 500 (Medium) */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Orbitron-Medium.woff2') format('woff2'),
         url('fonts/Orbitron-Medium.ttf') format('truetype');
}

/* Orbitron - 600 (SemiBold) */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Orbitron-SemiBold.woff2') format('woff2'),
         url('fonts/Orbitron-SemiBold.ttf') format('truetype');
}

/* Orbitron - 700 (Bold) */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/Orbitron-Bold.woff2') format('woff2'),
         url('fonts/Orbitron-Bold.ttf') format('truetype');
}

/* IBM Plex Mono - 300 (Light) */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/IBMPlexMono-Light.woff2') format('woff2'),
         url('fonts/IBMPlexMono-Light.ttf') format('truetype');
}

/* IBM Plex Mono - 400 (Regular) */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/IBMPlexMono-Regular.woff2') format('woff2'),
         url('fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

/* IBM Plex Mono - 500 (Medium) */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/IBMPlexMono-Medium.woff2') format('woff2'),
         url('fonts/IBMPlexMono-Medium.ttf') format('truetype');
}

/* IBM Plex Mono - 600 (SemiBold) */
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/IBMPlexMono-SemiBold.woff2') format('woff2'),
         url('fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
}

/* Share Tech Mono - 400 (Regular) */
@font-face {
    font-family: 'Share Tech Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/ShareTechMono-Regular.woff2') format('woff2'),
         url('fonts/ShareTechMono-Regular.ttf') format('truetype');
}
