@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    /*Font family*/
    --theme-font-family: "Source Sans 3", serif;
    /*Navbar*/
    --ob-nav-text-color: #FFF;
    --ob-nav-bg-color: #000;
    /*Colors*/
    --theme-primary-50: #fff8e7;
    --theme-primary-100: #ffecbf;
    --theme-primary-200: #ffe097;
    --theme-primary-300: #ffd46f;
    --theme-primary-400: #ffc84a;
    --theme-primary-500: #ffbc2c;
    --theme-primary-600: #e6a525;
    --theme-primary-700: #cc8e1f;
    --theme-primary-800: #b37819;
    --theme-primary-900: #8a5d12;
    --theme-primary-A100: #ffdf99;
    --theme-primary-A200: #ffd066;
    --theme-primary-A400: #ffbf33;
    --theme-primary-A700: #e6aa2e;

    --theme-primary-contrast-50: #000;
    --theme-primary-contrast-100: #000;
    --theme-primary-contrast-200: #FFF;
    --theme-primary-contrast-300: #FFF;
    --theme-primary-contrast-400: #FFF;
    --theme-primary-contrast-500: #FFF;
    --theme-primary-contrast-600: #FFF;
    --theme-primary-contrast-700: #FFF;
    --theme-primary-contrast-800: #FFF;
    --theme-primary-contrast-900: #FFF;
    --theme-primary-contrast-A100: #000;
    --theme-primary-contrast-A200: #FFF;
    --theme-primary-contrast-A400: #FFF;
    --theme-primary-contrast-A700: #FFF;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #f5f7fa !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: #444 !important;
}
/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label, ob-footer.main-footer mat-icon.mat-icon {
    color: #444 !important;
}
/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #444 !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: #444;
}