/*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 {
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1B1B1B;
    /*color primary*/
    --theme-primary-50: #E4E4E4;
    --theme-primary-100: #BDBDBD;
    --theme-primary-200: #919191;
    --theme-primary-300: #646464;
    --theme-primary-400: #434343;
    --theme-primary-500: #222222;
    --theme-primary-600: #1E1E1E;
    --theme-primary-700: #191919;
    --theme-primary-800: #141414;
    --theme-primary-900: #0C0C0C;
    --theme-primary-A100: #E76C6C;
    --theme-primary-A200: #E04040;
    --theme-primary-A400: #EC0000;
    --theme-primary-A700: #D30000;
    --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;
}

/*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;
}