@font-face {
    font-family: 'Carlsberg';
    src: url('../fonts/carlsberg.eot');
    src: url('../fonts/carlsberg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/carlsberg.woff2') format('woff2'),
        url('../fonts/carlsberg.woff') format('woff'),
        url('../fonts/carlsberg.ttf') format('truetype'),
        url('../fonts/carlsberg.svg#carlsberg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carlsberg';
    src: url('../fonts/carlsberg-bold.eot');
    src: url('../fonts/carlsberg-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/carlsberg-bold.woff2') format('woff2'),
        url('../fonts/carlsberg-bold.woff') format('woff'),
        url('../fonts/carlsberg-bold.ttf') format('truetype'),
        url('../fonts/carlsberg-bold.svg#carlsberg-bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
