@font-face {
    font-family: 'rune';
    src: url('../font/nors.otf') format('opentype');
}

@font-face {
    font-family: 'rune_bold';
    src: url('../font/nors_bold.otf') format('opentype');
}

body {
    font-family: 'rune', sans-serif;
}