.text-shadow {
    text-shadow: 1px 1px 8px #000;
}

@font-face {
    font-family: Haettenschweiler;
    src: url("/fonts/Haettenschweiler.ttf.woff") format("woff");
}
@font-face {
    font-family: Acumin;
    src: url("/fonts/AcuminVariableConcept.otf") format("opentype");
}
@font-face {
    font-family: Acumin-condensed;
    src: url("/fonts/AcuminVariableConcept.otf") format("opentype");
    font-stretch: condensed;
}

body .bold {
    font-family: Acumin;
    font-weight: 700;
    font-style: normal;
}

body .italic.bold {
    font-family: Acumin;
    font-weight: 700;
    font-style: italic;
}

body .italic {
    font-family: Acumin;
    font-weight: 400;
    font-style: italic;
}

body {
    font-family: Acumin;
    font-weight: 400;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6, .condensed {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

#nav-toggle .fill-current {
    fill: #1e618f;
}