/* Custom Styles */
@font-face {
    font-family: Fieldwork Light;
    src: url('fieldwork-geo-light.ttf');
}

@font-face {
    font-family: Avenir Medium;
    src: url('avenir-medium.ttf');
}

h1, h2, h3 {
    font-family: "Fieldwork Light", sans-serif !important;
}

h4, h5, h6 {
    font-family: "Avenir Medium", sans-serif !important;
}
