    /*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;
     /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #043087;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%239a7e44
    /*color primary*/
    --theme-primary-50: #F3F0E9;
    --theme-primary-100: #E1D8C7;
    --theme-primary-200: #CDBFA2;
    --theme-primary-300: #B8A57C;
    --theme-primary-400: #A99160;
    --theme-primary-500: #9A7E44;
    --theme-primary-600: #92763E;
    --theme-primary-700: #886B35;
    --theme-primary-800: #7E612D;
    --theme-primary-900: #6C4E1F;
    --theme-primary-A100: #FFDCAB;
    --theme-primary-A200: #FFC778;
    --theme-primary-A400: #FFB245;
    --theme-primary-A700: #FFA82B;
    /*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: #000000;
    --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;
    }
/* --> 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; 
}
