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

body{
	font-family: 'TuborgSerif-Extrabold';
}