/* ========================================== GEIST MONO */

@font-face {
    font-family: 'Geist Mono';
    src: url('../fonts/geist-mono/GeistMono[wght].woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist Mono';
    src: url('../fonts/geist-mono/GeistMono-Italic[wght].woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ========================================== NYGHT SERIF */

/* Light (300) */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-Light.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-LightItalic.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-Regular.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-RegularItalic.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-Medium.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-MediumItalic.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-Bold.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-BoldItalic.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Dark (900) */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-Dark.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-Dark.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght/NyghtSerif-DarkItalic.woff2') format('woff2'),
         url('../fonts/nyght/NyghtSerif-DarkItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}