
    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
    :root {
    /*Fonts*/
    --theme-text-2: #0a0a0a;
    --theme-text-1:  #0a0a0a;
    --theme-font-family: "Raleway", sans-serif;
    --theme-font-family-2:"Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%23ff0077*/  
    /*NAVBAR COLORS*/
    --ob-nav-text-color:#fff;
    --ob-nav-bg-color: #0a0a0a;
    /*color primary*/
    --theme-primary-50: #fef2e0;
    --theme-primary-100: #fbdeb3;
    --theme-primary-200: #f9c980;
    --theme-primary-300: #f7b34d;
    --theme-primary-400: #f5a226;
    --theme-primary-500: #f39200;
    --theme-primary-600: #f18a00;
    --theme-primary-700: #ef7f00;
    --theme-primary-800: #ed7500;
    --theme-primary-900: #ea6300;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffeade;
    --theme-primary-A400: #ffc9ab;
    --theme-primary-A700: #ffb991;
    /*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: #fff;
    --theme-primary-contrast-600: #000000;
    --theme-primary-contrast-700: #000000;
    --theme-primary-contrast-800: #000000;
    --theme-primary-contrast-900 : #000000;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    }
/* --> Specific CSS goes HERE <--*/
mat-toolbar.mat-toolbar.ob-top-bar.flex img.logo{
    width:250px;
 }
 /*Button shooping car disabled only dark top barbackground*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color:#b1b1b161; 
}
/*Mobile*/
@media only screen and (max-width: 40.063em) {
    mat-toolbar.mat-toolbar.ob-top-bar.flex img.logo{
        width:12rem;
    }
}