/*Fonts*/
@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 {
    /*Text color*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*//http://mcg.mbitson.com/#!?mcgpalette0=%2344bbc9 
    /*Navbar Colors*/
    --ob-nav-text-color: #e9f7f9;
    --ob-nav-bg-color: #222A56;
    /*Color primary*/
        --theme-primary-50: #e9f7f9;
        --theme-primary-100: #c7ebef;
        --theme-primary-200: #a2dde4;
        --theme-primary-300: #7ccfd9;
        --theme-primary-400: #60c5d1;
        --theme-primary-500: #44bbc9;
        --theme-primary-600: #3eb5c3;
        --theme-primary-700: #35acbc;
        --theme-primary-800: #2da4b5;
        --theme-primary-900: #1f96a9;
        --theme-primary-A100: #e2fbff;
        --theme-primary-A200: #aff3ff;
        --theme-primary-A400: #7cebff;
        --theme-primary-A700: #63e8ff;
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --theme-primary-contrast-300: #000000;
        --theme-primary-contrast-400: #000000;
        --theme-primary-contrast-500: #fff;
        --theme-primary-contrast-600: #000000;
        --theme-primary-contrast-700: #000000;
        --theme-primary-contrast-800: #000000;
        --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;
    /*Client typography*/
        --theme-font-family: "Roboto", sans-serif;
}
/*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; 
}