@font-face {
    font-family: 'ITC Century Std Light';
    font-display: swap;
    src: url('../../fonts/ITCCenturyLight_e931acf069d9f31bdf5855bdaf3491e2.woff2') format('woff2'), url('../../fonts/CenturyStd-Light.woff') format('woff'), url('../../fonts/CenturyStd-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Francois One';
    font-display: swap;
    src: url('../../fonts/FrancoisOne_bea899e866c63ff4b80a258a822dfd47.woff2') format('woff2'), url('../../fonts/francois-one-v15-latin-regular.woff') format('woff'), url('../../fonts/francois-one-v15-latin-regular.ttf') format('truetype');
}

:root {
    --font-body: Helvetica, Arial, sans-serif;
    --font-body-light: 100;
    --font-body-bold: 700;
    --font-heading: 'Francois One', sans-serif;
    --font-body-small: 'ITC Century Std Light', serif;
    --primary-color: #000;
}


@font-face {
    font-family: 'odealoFont';
    src:  url('../../fonts/odealoFont_c3uxrl.eot');
    src:  url('../../fonts/odealoFont_c3uxrl.eot#iefix') format('embedded-opentype'),
    url('../../fonts/odealoFont_c3uxrl.ttf') format('truetype'),
    url('../../fonts/odealoFont_c3uxrl.woff') format('woff'),
    url('../../fonts/odealoFont_c3uxrl.svg#odealoFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="odealoicon-"], [class*=" odealoicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'odealoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.odealoicon-cr:before {
    content: "\e900";
}