    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Montserrat", sans-serif;
        /*Navbar Colors*/
        --ob-nav-text-color: #1a1a1a;
        --ob-nav-bg-color: #fff;

        /*topbar*/
        --ob-custom-nav-text-color: #1a1a1a;
        --ob-custom-nav-bg-color: #fff;

        --theme-primary-50: #FCEAEA;
        --theme-primary-100: #F6CACA;
        --theme-primary-200: #F1A7A7;
        --theme-primary-300: #EB8383;
        --theme-primary-400: #E66666;
        --theme-primary-500: #E75050;
        --theme-primary-600: #D64848;
        --theme-primary-700: #BF3E3E;
        --theme-primary-800: #A83535;
        --theme-primary-900: #7F2626;

        --theme-primary-A100: #F6CACA;
        --theme-primary-A200: #F1A7A7;
        --theme-primary-A400: #E66666;
        --theme-primary-A700: #BF3E3E;

        /* CONTRASTES */
        --theme-primary-contrast-50: #212121;
        --theme-primary-contrast-100: #212121;
        --theme-primary-contrast-200: #212121;
        --theme-primary-contrast-300: #212121;
        --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: #212121;
        --theme-primary-contrast-A200: #212121;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;

    }

    /*Footer*/
    #desktop-footer {
        background-color: #1a1a1a;
    }

    /*Color links subfooter & copyright*/
    ob-footer.main-footer,
    ob-footer.main-footer a,
    ob-footer.main-footer span.footer-copyright,
    ob-footer.main-footer span.justify-end {
        color: #fff !important;
    }

    /*Button language links subfooter*/
    /*Language & icon */
    ob-footer.main-footer span.mdc-button__label,
    ob-footer.main-footer mat-icon.mat-icon {
        color: #fff !important;
        font-weight: 400;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }

    /*Logo ONEBOX*/
    ob-footer.main-footer img {
        filter: brightness(20) !important;
    }