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

    :root {
        /*Fonts*/
        --theme-font-family: "Overpass", sans-serif;
        /*Navbar Colors*/
        --ob-nav-text-color: #FFFFFF;
        --ob-nav-bg-color: #222222;

        /*color primary*/
        --theme-primary-50: #FCE7E7;
        --theme-primary-100: #F7C4C2;
        --theme-primary-200: #F29C9A;
        --theme-primary-300: #ED7472;
        --theme-primary-400: #E95753;
        --theme-primary-500: #212121;
        --theme-primary-600: #E23330;
        --theme-primary-700: #DE2C28;
        --theme-primary-800: #DE2C28;
        --theme-primary-900: #ff2f00;
        --theme-primary-A100: #FFFFFF;
        --theme-primary-A200: #FFD1D1;
        --theme-primary-A400: #FF9F9E;
        --theme-primary-A700: #FF8585;
        /*color contrast*/
        --theme-primary-contrast-50: #222222;
        --theme-primary-contrast-100: #222222;
        --theme-primary-contrast-200: #222222;
        --theme-primary-contrast-300: #FFF;
        --theme-primary-contrast-400: #FFF;
        --theme-primary-contrast-500: #FFF;
        --theme-primary-contrast-600: #FFF;
        --theme-primary-contrast-700: #FFF;
        --theme-primary-contrast-800: #FFF;
        --theme-primary-contrast-900: #FFF;
        --theme-primary-contrast-A100: #222222;
        --theme-primary-contrast-A200: #222222;
        --theme-primary-contrast-A400: #222222;
        --theme-primary-contrast-A700: #222222;
    }

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