/*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: #000;
    /*color primary*/
    --theme-primary-50: #EDF5FB;
    --theme-primary-100: #D1E7F5;
    --theme-primary-200: #B2D7EE;
    --theme-primary-300: #93C7E7;
    --theme-primary-400: #7CBBE2;
    --theme-primary-500: #65AFDD;
    --theme-primary-600: #5DA8D9;
    --theme-primary-700: #539FD4;
    --theme-primary-800: #4996CF;
    --theme-primary-900: #3786C7;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #DEEFFF;
    --theme-primary-A400: #ABD7FF;
    --theme-primary-A700: #91CBFF;
    --theme-primary-contrast-50: #1A1A1A;
    --theme-primary-contrast-100: #1A1A1A;
    --theme-primary-contrast-200: #1A1A1A;
    --theme-primary-contrast-300: #1A1A1A;
    --theme-primary-contrast-400: #1A1A1A;
    --theme-primary-contrast-500: #1A1A1A;
    --theme-primary-contrast-600: #fff;
    --theme-primary-contrast-700: #fff;
    --theme-primary-contrast-800: #fff;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #1A1A1A;
    --theme-primary-contrast-A200: #1A1A1A;
    --theme-primary-contrast-A400: #1A1A1A;
    --theme-primary-contrast-A700: #1A1A1A;
}

/*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;
}