    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Alexandria", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar colors*/
        --ob-nav-text-color: #FF4D12;
        --ob-nav-bg-color: #F3EBA5;
        /*color primary*/
        --theme-primary-50: #FFE4E2;
        --theme-primary-100: #FFB3B0;
        --theme-primary-200: #FF7F7B;
        --theme-primary-300: #FF4D4B;
        --theme-primary-400: #FF2C2A;
        --theme-primary-500: #FF4935;
        --theme-primary-700: #BF2C25;
        --theme-primary-800: #A02020;
        --theme-primary-900: #7F1616;
        --theme-primary-A100: #FF8B8D;
        --theme-primary-A200: #FF5B5E;
        --theme-primary-A400: #FF2F30;
        --theme-primary-A700: #D2001F;

        --theme-primary-contrast-50: #321D0D;
        --theme-primary-contrast-100: #321D0D;
        --theme-primary-contrast-200: #321D0D;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --theme-primary-contrast-500: #FFFFFF;
        --theme-primary-contrast-600: #FFFFFF;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #FFFFFF;
        --theme-primary-contrast-A100: #321D0D;
        --theme-primary-contrast-A200: #321D0D;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
    }

    /*Banner search only on billboard*/
    ob-page-events .filter-container {
        background-color: #FF4935 !important;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #492279 !important;
    }

    /*Color links subfooter & copyright*/
    ob-footer.main-footer,
    ob-footer.main-footer a,
    ob-footer.main-footer span.footer-copyright,
    ob-footer.main-footer span.justify-end {
        color: #fff !important;
    }

    /*Button language links subfooter*/
    /*Language & icon */
    ob-footer.main-footer span.mdc-button__label,
    ob-footer.main-footer mat-icon.mat-icon {
        color: #fff !important;
    }

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid #fff !important;
    }

    /*Powered by*/
    /*Logo ONEBOX*/
    ob-footer.main-footer img[src="assets/onebox.svg"] {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }