/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*Text color*/
    --theme-text-2: #000;
    --theme-text-1: #000;
    /*// http://mcg.mbitson.com*/  
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000;
    /*Color primary*/
        --theme-primary-50: #EAF6F5;
        --theme-primary-100: #CAE9E7;
        --theme-primary-200: #A7DAD7;
        --theme-primary-300: #84CBC6;
        --theme-primary-400: #69C0BA;
        --theme-primary-500: #4FB5AE;
        --theme-primary-600: #48AEA7;
        --theme-primary-700: #3FA59D;
        --theme-primary-800: #369D94;
        --theme-primary-900: #268D84;
        --theme-primary-A100: #CEFFFA;
        --theme-primary-A200: #9BFFF5;
        --theme-primary-A400: #68FFF0;
        --theme-primary-A700: #4EFFEE;
        --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: #000000;
        --theme-primary-contrast-600: #000000;
        --theme-primary-contrast-700: #000000;
        --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;
    /*Client typography*/
        --theme-font-family: "Jost", 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; 
}