    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

    :root {
        --theme-font-family: "Ubuntu", sans-serif;
        /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #003E4C;
        /*color primary*/
        --theme-primary-50: #E0E8EA;
        --theme-primary-100: #B3C5C9;
        --theme-primary-200: #809FA6;
        --theme-primary-300: #4D7882;
        --theme-primary-400: #265B67;
        --theme-primary-500: #003E4C;
        --theme-primary-600: #003845;
        --theme-primary-700: #00303C;
        --theme-primary-800: #002833;
        --theme-primary-900: #001B24;
        --theme-primary-A100: #5FCCFF;
        --theme-primary-A200: #2CBCFF;
        --theme-primary-A400: #00A9F8;
        --theme-primary-A700: #0098DF;
        /*color contrast*/
        --theme-primary-contrast-50: #1B1B1B;
        --theme-primary-contrast-100: #1B1B1B;
        --theme-primary-contrast-200: #1B1B1B;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --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: #1B1B1B;
        --theme-primary-contrast-A200: #1B1B1B;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
    }

    /* --> 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;
    }