@font-face {
    font-family: 'Cambria';
    src: url('../fonts/CAMBRIA.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cambria Bold';
    src: url('../fonts/CAMBRIAB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cambria Italic';
    src: url('../fonts/CAMBRIAI.TTF') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cambria Bold Italic';
    src: url('../fonts/CAMBRIAZ.TTF') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DK Toverheks';
    src: url('../fonts/DK_Toverheks.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
