
/* add the two fonts from the logo */
@font-face {
    font-family: 'Druk';
    src: url('fonts/DrukWide-Bold.eot');
    src: url('fonts/DrukWide-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DrukWide-Bold.woff2') format('woff2'),
        url('fonts/DrukWide-Bold.woff') format('woff'),
        url('fonts/DrukWide-Bold.ttf') format('truetype'),
        url('fonts/DrukWide-Bold.svg#DrukWide-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newake';
    src: url('fonts/NewakeDemo.eot');
    src: url('fonts/NewakeDemo.eot?#iefix') format('embedded-opentype'),
        url('fonts/NewakeDemo.woff2') format('woff2'),
        url('fonts/NewakeDemo.woff') format('woff'),
        url('fonts/NewakeDemo.ttf') format('truetype'),
        url('fonts/NewakeDemo.svg#NewakeDemo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
