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

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

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

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

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