@font-face {
    font-family: 'Heineken Serif Bold 18';
    src: url('./HeinekenSerif-Bold18.woff2') format('woff2'),
        url('./HeinekenSerif-Bold18.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heineken Serif 18';
    src: url('./HeinekenSerif18-Regular.woff2') format('woff2'),
        url('./HeinekenSerif18-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

