    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

    :root {
        --theme-font-family: "Inter", sans-serif;
        /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #272727;
        /*color primary*/
        --theme-primary-50: #E5E5E5;
        --theme-primary-100: #BEBEBE;
        --theme-primary-200: #939393;
        --theme-primary-300: #686868;
        --theme-primary-400: #474747;
        --theme-primary-500: #272727;
        --theme-primary-600: #232323;
        --theme-primary-700: #1D1D1D;
        --theme-primary-800: #171717;
        --theme-primary-900: #0E0E0E;
        --theme-primary-A100: #EB6969;
        --theme-primary-A200: #E53C3C;
        --theme-primary-A400: #EE0000;
        --theme-primary-A700: #D40000;
        /*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: #FFFFFF;
        --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;
    }