/* ─────────── GOOGLE FONTS ─────────── */

/* Geist Regular */
@font-face {
    font-family: 'Geist';
    src: url('../fonts/Google Fonts/Geist/Geist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Geist Medium */
@font-face {
    font-family: 'Geist';
    src: url('../fonts/Google Fonts/Geist/Geist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* JetBrains Mono Regular */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/Google Fonts/JetBrains Mono/JetBrainsMono-Regular.woff2') format('woff2'),
        url('../fonts/Google Fonts/JetBrains Mono/JetBrainsMono-Regular.woff') format('woff'),
        url('../fonts/Google Fonts/JetBrains Mono/JetBrainsMono-Regular.ttf') format('truetype'),
        url('../fonts/Google Fonts/JetBrains Mono/JetBrainsMono-Regular.eot');
    font-weight: 400;
    font-style: normal;
}


/* ─────────── SystemFonts ─────────── */

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

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

/* Aeonik Medium */
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/SystemFonts/Aeonik/Aeonik-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Arial Regular */
@font-face {
    font-family: 'ArialCustom';
    src: url('../fonts/SystemFonts/Arial/Arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Arial Bold */
@font-face {
    font-family: 'ArialCustom';
    src: url('../fonts/SystemFonts/Arial/Arial Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Menlo Regular */
@font-face {
    font-family: 'MenloCustom';
    src: url('../fonts/SystemFonts/Menlo/Menlo.ttc') format('truetype');
    font-weight: 400;
    font-style: normal;
}