/*Import fonts*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: 'Cairo', sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23013790*/
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #013790;
    /*color primary*/
    --theme-primary-50: #E1E7F2;
    --theme-primary-100: #B3C3DE;
    --theme-primary-200: #809BC8;
    --theme-primary-300: #4D73B1;
    --theme-primary-400: #2755A1;
    --theme-primary-500: #013790;
    --theme-primary-600: #013188;
    --theme-primary-700: #012A7D;
    --theme-primary-800: #012373;
    --theme-primary-900: #001661;
    --theme-primary-A100: #91A0FF;
    --theme-primary-A200: #5E74FF;
    --theme-primary-A400: #2B48FF;
    --theme-primary-A700: #1232FF;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --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: #000000;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
}

/*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;
}
/*Hide event date on highlighted event billboard*/
ob-highlighted-events.highlighted-events span.subtitle {
    display:none;
}