@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Thin.otf') format('otf'),
         url('../font/Geist-Thin.woff') format('woff'),
         url('../font/Geist-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-UltraLight.otf') format('otf'),
         url('../font/Geist-UltraLight.woff') format('woff'),
         url('../font/Geist-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Light.otf') format('otf'),
         url('../font/Geist-Light.woff') format('woff'),
         url('../font/Geist-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Regular.otf') format('otf'),
         url('../font/Geist-Regular.woff') format('woff'),
         url('../font/Geist-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

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

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

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