@font-face {
    font-family: 'Geist';
    src: url('/fonts/Geist/webfonts/Geist-Regular.woff2') format('woff2'),
         url('/fonts/Geist/webfonts/Geist-Regular.woff') format('woff'),
         url('/fonts/Geist/webfonts/Geist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/fonts/Geist/webfonts/Geist-Bold.woff2') format('woff2'),
         url('/fonts/Geist/webfonts/Geist-Bold.woff') format('woff'),
         url('/fonts/Geist/webfonts/Geist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/fonts/Geist/webfonts/Geist-SemiBold.woff2') format('woff2'),
         url('/fonts/Geist/webfonts/Geist-SemiBold.woff') format('woff'),
         url('/fonts/Geist/webfonts/Geist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}