/* FONTS - Custom
-------------------------------------------------- */
@font-face {
    font-family: 'liebedorisregular';
    src: url('./fonts/liebefonts_-_liebedoris-webfont.eot');
    src: url('./fonts/liebefonts_-_liebedoris-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/liebefonts_-_liebedoris-webfont.woff2') format('woff2'),
        url('./fonts/liebefonts_-_liebedoris-webfont.woff') format('woff'),
        url('./fonts/liebefonts_-_liebedoris-webfont.ttf') format('truetype'),
        url('./fonts/liebefonts_-_liebedoris-webfont.svg#liebedorisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

body {
    font-family: "AkkuratRegular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #4e4743;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    color: #96b522;
    font-family: 'liebedorisregular';
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 7px #4e4743;
    /* text-shadow: 0 2px 7px #4e4743;*/
}

h2 {
    color: white;
    font-family: 'liebedorisregular';
    font-size: 42px;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-top: 0;
    text-shadow: 0 2px 7px #4e4743;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h3 {
    font-size: 34px;
    color: #4e4743;
    font-family: 'liebedorisregular';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h4 {
    font-size: 24px;
    font-family: "AkkuratRegular", Helvetica Neue;
    color: #4e4743;
    font-weight: 700;
}

h5 {
    margin-top: 0;
    font-size: 22px;
    font-family: "AkkuratRegular", Helvetica Neue;
    font-weight: 700;
}

h6 {
    font-family: "AkkuratRegular", Helvetica Neue;
    font-size: 16px;
    color: #4e4743;
    font-weight: 700;
}

#primary-menu ul li>a {
    font-family: "AkkuratRegular", Helvetica Neue;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

#page-title h1 {
    text-shadow: none;
}
