    /*import fonts*/
    @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); 
    :root {
    /*Fonts*/
    --theme-font-family: "Quicksand", sans-serif; 
    /*Navbar colors*/
    --ob-nav-text-color: #000000;
    --ob-nav-bg-color: #FFFFFF;
    /*color primary*/
    --theme-primary-50: #fff2e0;
    --theme-primary-100: #ffe4b3;
    --theme-primary-200: #ffd480;
    --theme-primary-300: #ffbb4d;
    --theme-primary-400: #ffa726;
    --theme-primary-500: #FF9400;
    --theme-primary-600: #e68500;
    --theme-primary-700: #cc7600;
    --theme-primary-800: #b26600;
    --theme-primary-900: #804900;
    --theme-primary-A100: #ffe4b3;
    --theme-primary-A200: #ffd480;
    --theme-primary-A400: #804900;
    --theme-primary-A700: #663700;
    /*color contrast*/
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #000000;
    --theme-primary-contrast-500: #000000;
    --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: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
    }
body, html {
    background-color: #f9f9f9!important;
}
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #585858 !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;
}