@font-face {
    font-family: 'Dragonwick';
    src: url('fonts/DragonWick/DragonwickRegular.woff2') format('woff2'),
        url('fonts/DragonWick/DragonwickRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DragonWickBold';
    src: url('fonts/DragonWick/DragonWickBold.woff2') format('woff2'),
        url('fonts/DragonWick/DragonWickBold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'minotaurphatte';
    src: url('fonts/minotaur/minotaur-webfont.eot');
    src: url('fonts/minotaur/minotaur-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minotaur/minotaur-webfont.woff2') format('woff2'),
         url('fonts/minotaur/minotaur-webfont.woff') format('woff'),
         url('fonts/minotaur/minotaur-webfont.ttf') format('truetype'),
         url('fonts/minotaur/minotaur-webfont.svg#minotaurphatte') format('svg');
    font-weight: normal;
    font-style: normal;

}