/* /fonts/fonts.css */

@font-face {
    font-family: 'GT Ultra Fine';
    src: url('GTUltraFine-Bold.woff2') format('woff2'),
    url('GTUltraFine-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('Geist-Regular.woff2') format('woff2'),
    url('Geist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
