/* web/css/fonts.css */

@font-face {
    font-family: 'VIVITA-Bold';
    src: url('../lib/fonts/VIVITA-Bold-BF63e4652551d5f.woff') format('woff'),
        url('../lib/fonts/VIVITA-Bold-BF63e4652584270.ttf') format('truetype'),
        url('../lib/fonts/VIVITA-Bold-BF63e46525896fd.otf') format('opentype');
    /* Add more src lines for other font formats if needed */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VIVITA-Medium';
    src: url('../lib/fonts/VIVITA-Medium-BF63e4652527741.woff') format('woff'),
        url('../lib/fonts/VIVITA-Medium-BF63e465258b6c6.otf') format('opentype'),
        url('../lib/fonts/VIVITA-Medium-BF63e465259fed5.ttf') format('truetype');
    /* Add more src lines for other font formats if needed */
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
}


@font-face {
    font-family: 'Geist-Black.woff2';
    src: url('../lib/fonts/Geist-Black.woff2') format('woff'),
        url('../lib/fonts/otf/Geist-Black.otf') format('opentype'),
        url('../lib/fonts/ttf/Geist-Black.ttf') format('truetype');
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
}

@font-face {
    font-family: 'Geist-Medium.woff2';
    src: url('../lib/fonts/Geist-Medium.woff2') format('woff'),
        url('../lib/fonts/otf/Geist-Medium.otf') format('opentype'),
        url('../lib/fonts/ttf/Geist-Medium.ttf') format('truetype');
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
}

@font-face {
    font-family: 'Geist-Regular.woff2';
    src: url('../lib/fonts/Geist-Regular.woff2') format('woff'),
        url('../lib/fonts/otf/Geist-Regular.otf') format('opentype'),
        url('../lib/fonts/ttf/Geist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
}
/* Define @font-face rules for other fonts if needed */