/*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: #43413F;
    --theme-text-1: #43413F;
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #43413F;
    --ob-nav-bg-color: #ffd561;
    /*color primary*/
    --theme-primary-50: #E8E8E8;
    --theme-primary-100: #C7C6C5;
    --theme-primary-200: #A1A09F;
    --theme-primary-300: #7B7A79;
    --theme-primary-400: #5F5E5C;
    --theme-primary-500: #fd4f57;
    --theme-primary-600: #3D3B39;
    --theme-primary-700: #343231;
    --theme-primary-800: #2C2A29;
    --theme-primary-900: #1E1C1B;
    --theme-primary-A100: #F5B372;
    --theme-primary-A200: #F19A43;
    --theme-primary-A400: #FF8002;
    --theme-primary-A700: #E77400;
    /*Color contrast*/
    --theme-primary-contrast-50: #43413F;
    --theme-primary-contrast-100: #43413F;
    --theme-primary-contrast-200: #43413F;
    --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-A10: #43413F;
    --theme-primary-contrast-A200: #FFFFFF;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #252525 !important;
}

/*Color links subfooter*/
.footer-links a,
.footer-links,
.footer-copyright {
    color: #fff;
}

/*Button language links subfooter*/
ob-footer.main-footer span.mat-mdc-button-persistent-ripple.mdc-button__ripple {
    border-color: #fff;
}

ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #fff;
}

/*Powered by*/
span.flex.items-center.gap-1 {
    color:white;
}
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important ;
}

ob-footer.main-footer section.items-center {
    color: #fff;
}