@font-face {
    font-family: 'ChimeSaansText-Bold';
    src: url('../fonts/ChimeSaansText-Bold.woff2') format('woff2'),
    url('../fonts/ChimeSaansText-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChimeSaansText-Regular';
    src: url('../fonts/ChimeSaansText-Regular.woff2') format('woff2'),
    url('../fonts/ChimeSaansText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'ChimeSaansText-Regular', sans-serif !important;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ChimeSaansText-Bold', sans-serif !important;
}

body {
    color: #014127 !important;
}
#Footer {
    background-color: #fff !important;
    color: #014127 !important;
}
#Footer a{
    color: #014127 !important;
}
.containerWrap {
    background: #fff !important;
    color: #014127 !important;
}
#Content {
    background: #fff !important;
    color: #014127 !important;
}

.italic {
    font-style: italic !important;
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.6rem;
    }
}