
/*Import font*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    /*Text*/
    --theme-text-2: #222;
    --theme-text-1: #222;
    --theme-font-family: "Rubik", sans-serif;
    /* http://mcg.mbitson.com/#!?mcgpalette0=%23ca031b */  
    /*Color primary*/
        --theme-primary-50: #F9E1E4;
        --theme-primary-100: #EFB3BB;
        --theme-primary-200: #E5818D;
        --theme-primary-300: #DA4F5F;
        --theme-primary-400: #D2293D;
        --theme-primary-500: #CA031B;
        --theme-primary-600: #C50318;
        --theme-primary-700: #BD0214;
        --theme-primary-800: #B70210;
        --theme-primary-900: #AB0108;
        --theme-primary-A100: #FFD4D5;
        --theme-primary-A200: #FFA1A3;
        --theme-primary-A400: #FF6E70;
        --theme-primary-A700: #FF5557;
}
/*Navbar*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    background-color: #000;
} 
/*cart with dark color*/
.mat-mdc-unelevated-button:disabled {
    color:#FFFFFF61!important ;
    background:#FFFFFF1F!important;
}