/* Fonts */

@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;
}


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