    /*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 {
        /*Fonts*/
        --theme-text-2: #000;
        --theme-text-1: #000;
        --theme-font-family: "Roboto", sans-serif;
        /*// http://mcg.mbitson.com/#!?mcgpalette0=%23225a40
    /*Navbar Colors*/
        --ob-nav-text-color: #fff;
        --ob-nav-bg-color: #225A40;
        /*color primary*/
        --theme-primary-50: #E4EBE8;
        --theme-primary-100: #BDCEC6;
        --theme-primary-200: #91ADA0;
        --theme-primary-300: #648C79;
        --theme-primary-400: #43735D;
        --theme-primary-500: #225A40;
        --theme-primary-600: #1E523A;
        --theme-primary-700: #194832;
        --theme-primary-800: #143F2A;
        --theme-primary-900: #0C2E1C;
        --theme-primary-A100: #6AFFAC;
        --theme-primary-A200: #37FF90;
        --theme-primary-A400: #04FF74;
        --theme-primary-A700: #00EA68;
        /*color contrast*/
        --theme-primary-contrast-50: #000000;
        --theme-primary-contrast-100: #000000;
        --theme-primary-contrast-200: #000000;
        --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: #000000;
        --theme-primary-contrast-A200: #000000;
        --theme-primary-contrast-A400: #000000;
        --theme-primary-contrast-A700: #000000;
    }

    /* --> Specific CSS goes HERE <--*/

    /*Dark version subfooter*/
    /*Background subfooter*/
    ob-footer.main-footer {
        background-color: #225A40 !important;
    }

    /*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;
    }

    /*Border*/
    ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
        border: 1px solid #fff !important;
    }

    /*Powered by*/
    /*Logo ONEBOX*/
    ob-footer.main-footer img[src="assets/onebox.svg"] {
        filter: brightness(20) !important;
    }

    /*Text powered by*/
    ob-footer.main-footer section.items-center {
        color: #fff;
    }