/* Fonts */

@font-face {
    font-family: 'Neue Plak Bold';
    src: url('../fonts/NeuePlak-ExtraBlack.eot');
    src: url('../fonts/NeuePlak-ExtraBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuePlak-ExtraBlack.woff2') format('woff2'),
        url('../fonts/NeuePlak-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/subset-NeuePlak-SemiBold.eot');
    src: url('../fonts/subset-NeuePlak-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NeuePlak-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-NeuePlak-SemiBold.woff') format('woff'),
        url('../fonts/subset-NeuePlak-SemiBold.svg#NeuePlak-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/subset-NeuePlak-Light.eot');
    src: url('../fonts/subset-NeuePlak-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NeuePlak-Light.woff2') format('woff2'),
        url('../fonts/subset-NeuePlak-Light.woff') format('woff'),
        url('../fonts/subset-NeuePlak-Light.svg#NeuePlak-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('../fonts/subset-NeuePlak-Regular.eot');
    src: url('../fonts/subset-NeuePlak-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NeuePlak-Regular.woff2') format('woff2'),
        url('../fonts/subset-NeuePlak-Regular.woff') format('woff'),
        url('../fonts/subset-NeuePlak-Regular.svg#NeuePlak-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeuePlak CondSemiBold';
    src: url("../fonts/NeuePlak-CondSemiBold.woff") format("woff"),
        url("../fonts/NeuePlak-CondSemiBold.otf") format("opentype"),
        url("../fonts/NeuePlak-CondSemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NeuePlak NarrowBold';
    src: url("../fonts/NeuePlak-NarrowBold.woff") format("woff"),
        url("../fonts/NeuePlak-NarrowBold.otf") format("opentype"),
        url("../fonts/NeuePlak-NarrowBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NeuePlak Black';
    src: local('Neue Plak Black'), local('NeuePlak-Black'),
        url('../fonts/NeuePlak-Black.woff2') format('woff2'),
        url('../fonts/NeuePlak-Black.woff') format('woff'),
        url('../fonts/NeuePlak-Black.svg#NeuePlak-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'NeuePlak Condensed';
    src: local('Neue Plak Condensed Black'), local('NeuePlak-CondBlack'),
        url('../fonts/NeuePlak-CondBlack.woff2') format('woff2'),
        url('../fonts/NeuePlak-CondBlack.woff') format('woff'),
        url('../fonts/NeuePlak-CondBlack.ttf') format('truetype'),
        url('../fonts/NeuePlak-CondBlack.svg#NeuePlak-CondBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeuePlak Condensed ExtraBlack';
    src: local('Neue Plak Condensed ExtraBlack'), local('NeuePlak-CondExtraBlack'),
        url('../fonts/NeuePlak-CondExtraBlack.woff2') format('woff2'),
        url('../fonts/NeuePlak-CondExtraBlack.woff') format('woff'),
        url('../fonts/NeuePlak-CondExtraBlack.ttf') format('truetype'),
        url('../fonts/NeuePlak-CondExtraBlack.svg#NeuePlak-CondExtraBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/** Logo */
.branding a img, .logo-box a img {
    max-height: 55px;
}
.mobile-branding a img, #branding-bottom a img {
    max-height: 50px;
}
