
/* Add custom font -> /fonts/black_jack/BLACKJAR.TTF */
@font-face {
    font-family: 'BlackJack';
    src: url('fonts/black_jack/BLACKJAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Add custom font -> /fonts/helvetica-neue-5/HelveticaNeueBold.otf */
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica-neue-5/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helvetica-neue-5/HelveticaNeueBold.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


/* Add custom font -> /fonts/vollkorn/TTF/Vollkorn-Semibold.ttf */
@font-face {
    font-family: 'Vollkorn';
    src: url('fonts/vollkorn/TTF/Vollkorn-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Add custom font -> /fonts/verreine/VerveineRegular.TTF */
@font-face {
    font-family: 'Verveine';
    src: url('fonts/verreine/VerveineRegular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
