@charset "utf-8";

@font-face {
    font-family: 'computerfont';

    src: url('/MEDIA/fonts/Computerfont.woff2') format('woff2'),
        url('/MEDIA/fonts/Computerfont.woff') format('woff'),
        url('/MEDIA/fonts/Computerfont.ttf') format('truetype'),
        url('/MEDIA/fonts/Computerfont.svg#Computerfont') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'superclarendon';

    src: url('/MEDIA/fonts/SuperclarendonRg.woff2') format('woff2'),
        url('/MEDIA/fonts/SuperclarendonRg.woff') format('woff'),
        url('/MEDIA/fonts/SuperclarendonRg.ttf') format('truetype'),
        url('/MEDIA/fonts/SuperclarendonRg.svg#SuperclarendonRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostile';

    src: url('/MEDIA/fonts/Eurostile-Roman.woff2') format('woff2'),
        url('/MEDIA/fonts/Eurostile-Roman.woff') format('woff'),
        url('/MEDIA/fonts/Eurostile-Roman.ttf') format('truetype'),
        url('/MEDIA/fonts/Eurostile-Roman.svg#Eurostile-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
}


h1,
h2 {
    font-family: superclarendon, serif;
}

.navHeaderTitleDiv {
    font-family: superclarendon;
}

.overlayText {
    font-family: superclarendon;
}
