    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Roboto", sans-serif;
        /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
        /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #000000;
        /*color primary*/
        --theme-primary-50: #fae6e4;
        --theme-primary-100: #f2bfbc;
        --theme-primary-200: #ea958f;
        --theme-primary-300: #e26b62;
        --theme-primary-400: #db4b40;
        --theme-primary-500: #d52b1e;
        --theme-primary-600: #d0261a;
        --theme-primary-700: #ca2016;
        --theme-primary-800: #c41a12;
        --theme-primary-900: #ba100a;
        --theme-primary-A100: #ffe6e5;
        --theme-primary-A200: #ffb4b3;
        --theme-primary-A400: #ff8280;
        --theme-primary-A700: #ff6a66;
        /*color contrast*/
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #000000;
        --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: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #000000;
        --theme-primary-contrast-A700: #000000;
        --ob-channel-header-height: 80px;
    }

    /* --> Specific CSS goes HERE <--*/
    /*Button shooping car disabled*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #b1b1b161;
    }

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #000000 !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;
    }

    /*Change background color in floating module more information - ob-venue-viewer*/
    ob-page-select-locations .floating-expansion-panel {
        background-color: #d5f5ff !important;
    }

    /*custom info header*/
    .channel-header .welcome {
        text-align: center;
    }

    .channel-header .info a {
        color: rgb(225, 40, 34);
        font-weight: bold;
        font-size: 16px;
    }

    .channel-header-content {
        margin: 0.9em;
    }

    p.info {
        margin: 0.3rem !important;
    }

    /*Mobile*/
    @media only screen and (max-width: 40.063em) {
        .channel-header {
            display: none;
        }
    }

    /*custom info header---END*/