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

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

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


