







@font-face {
    font-family: 'americanaregular';
    src: url('_media/custom/fonts/americana-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('_media/custom/fonts/Trade-Gothic-LT-Extended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialregular';
    src: url('_media/custom/fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --title-font-family: 'americanaregular', serif !important;
    --sub-title-font-family: 'TradeGothic LT Extended', sans-serif !important;
    --body-font-family: 'arialregular', sans-serif !important;
}

body, 
.html-layout {
    background-color: #E3DDC3 !important;
}