/*import*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme-font-family: "Open Sans", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #0D0D0D;
    --ob-nav-bg-color: #6766FF;
    /*color primary*/
    --theme-primary-50: #EDEDFE;
    --theme-primary-100: #D1D1FD;
    --theme-primary-200: #B3B2FC;
    --theme-primary-300: #9493FB;
    --theme-primary-400: #7C7BFA;
    --theme-primary-500: #6766FF;
    --theme-primary-600: #5D5CEB;
    --theme-primary-700: #504FD4;
    --theme-primary-800: #4241BD;
    --theme-primary-900: #2B2997;

    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #E0E0FF;
    --theme-primary-A400: #ADADFF;
    --theme-primary-A700: #9494FF;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --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: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;


}
.page-header-blur.flex.items-center .date span {
    color:#fff;
}

button.ob-link {
color:#6766FF;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #F1644F !important;
}

/*Color links subfooter & copyright*/
.footer-links,
ob-footer.main-footer span.footer-copyright {
    color: #0D0D0D !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #0D0D0D !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#0D0D0D !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #0D0D0D;
}

span.flex.items-center.gap-1 {
    color: #0D0D0D;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img {
    filter: brightness(0) !important;
}