@font-face {
    font-family: 'Rockwell';
    src: url('_fonts/rockwell_bold-webfont.eot');
    src: url('_fonts/rockwell_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('_fonts/rockwell_bold-webfont.woff') format('woff'),
        url('_fonts/rockwell_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bernard-mt-condensed';
    src: url('_fonts/BernardMT-Condensed.woff') format('woff');    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html, body { font-family: 'Rockwell', tahoma, helvetica; }
h1, h1.overskrift { font-size: 2em; font-weight:400; font-family: 'Bernard-mt-condensed'; text-transform: uppercase; margin:0 0 .5em 0; }
h2, h2.underoverskrift { font-size: 1.6em; font-weight:400; font-family: 'Bernard-mt-condensed'; text-transform: uppercase; margin:0 0 .5em 0; }
h3, h3.paragrafoverskrift { font-size: 1.3em; font-weight:400; font-family: 'Rockwell'; text-transform: uppercase; margin:0 0 1em 0; }
table.aligncenter { display: table; margin: 0 auto; }
a.knap { display: inline-block; background: var(--font-color); color: var(--bg-color); text-decoration: none; padding: 1em 1.75em; border-radius: .5em; transform:rotate(1deg); transition: transform .1s ease-in-out; box-shadow: 0 0 0 3px #0001; }
a.knap:hover { transform:scale(1.1)}