@font-face {
    font-family: 'Eurostile ExtendedTwo';
    src: url('Eurostile-BoldExtendedTwo.woff2') format('woff2'),
        url('Eurostile-BoldExtendedTwo.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gill Sans';
    src: url('GillSans-SemiBold.woff2') format('woff2'),
        url('GillSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bungee';
    src: url('Bungee-Regular.woff2') format('woff2'),
        url('Bungee-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik MGEN';
    src: url('AeonikMGEN-Regular.woff2') format('woff2'),
        url('AeonikMGEN-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik MGEN';
    src: url('AeonikMGEN-Medium.woff2') format('woff2'),
        url('AeonikMGEN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik MGEN';
    src: url('AeonikMGEN-Bold.woff2') format('woff2'),
        url('AeonikMGEN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringbearer';
    src: url('RingbearerMedium.woff2') format('woff2'),
        url('RingbearerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'web-utils';
    src: url('web-utils.eot?bv694z');
    src: url('web-utils.eot?bv694z#iefix') format('embedded-opentype'),
        url('web-utils.ttf?bv694z') format('truetype'),
        url('web-utils.woff?bv694z') format('woff'),
        url('web-utils.svg?bv694z#web-utils') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'web-utils' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dwl:before {
    content: "\e900";
}

.icon-home:before {
    content: "\e901";
}

.icon-new-tab:before {
    content: "\ea7e";
}