    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: #ffffff;
        --theme-primary-100: #ffffff;
        --theme-primary-200: #EBF6FF;
        --theme-primary-300: #A3D6FF;
        --theme-primary-400: #85C9FF;
        --theme-primary-500: #66BBFF;
        --theme-primary-600: #47ADFF;
        --theme-primary-700: #29A0FF;
        --theme-primary-800: #0A92FF;
        --theme-primary-900: #0082EB;
        --theme-primary-A100: #FFFFFF;
        --theme-primary-A200: #FFFFFF;
        --theme-primary-A400: #99D2FF;
        --theme-primary-A700: #80C6FF;
        /*color contrast*/
        --theme-primary-contrast-50: #1B1B1B;
        --theme-primary-contrast-100: #1B1B1B;
        --theme-primary-contrast-200: #1B1B1B;
        --theme-primary-contrast-300: #1B1B1B;
        --theme-primary-contrast-400: #1B1B1B;
        --theme-primary-contrast-500: #1B1B1B;
        --theme-primary-contrast-600: #1B1B1B;
        --theme-primary-contrast-700: #1B1B1B;
        --theme-primary-contrast-800: #ffffff;
        --theme-primary-contrast-900: #ffffff;
        --theme-primary-contrast-A100: #1B1B1B;
        --theme-primary-contrast-A200: #1B1B1B;
        --theme-primary-contrast-A400: #1B1B1B;
        --theme-primary-contrast-A700: #1B1B1B;
    }

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

    /*LOGO*/
    img.logo {
        height: 2rem;
    }

    /*Cambio de color iconos calendario y ubicación*/
    mat-icon.mat-icon.notranslate.mat-primary {
        fill: #333;
    }