    /*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: #7A7A7A;
    --theme-text-1: #7A7A7A;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*Navbar colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #2850A0;
    /*color primary*/
    --theme-primary-50: #e6f0f9;
    --theme-primary-100: #ccdff3;
    --theme-primary-200: #99bfe6;
    --theme-primary-300: #4d8eda;
    --theme-primary-400: #266fcf;
    --theme-primary-500: #2850A0;
    --theme-primary-600: #004892;
    --theme-primary-700: #004081;
    --theme-primary-800: #00326a;
    --theme-primary-900: #00244d;
    --theme-primary-A100: #ccdff3;
    --theme-primary-A200: #99bfe6;
    --theme-primary-A400: #001d3f;
    --theme-primary-A700: #00162f;

    --theme-primary-contrast-50: #18191e;
    --theme-primary-contrast-100: #18191e;
    --theme-primary-contrast-200: #18191e;
    --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: #18191e;
    --theme-primary-contrast-A200: #18191e;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    }
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #2850A0 !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;
}
