@font-face {
    font-family: 'tasse wide medium';
    src: url('../webfonts/tasse wide medium.otf') format('opentype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'tasse wide medium';
}

.copywrite-text {
    font-size: calc(8px + .5vw);
}

*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(i):not(.copywrite-text) {
    font-family: 'PT Sans', sans-serif;
    font-size: calc(12px + .3vw);
}

i.fa {
    font-family: "FontAwesome"
}
