/*import*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Inter", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #9E2A2B;
    /*color primary*/
    --theme-primary-50: #F8F2E3;
    --theme-primary-100: #EEE0B9;
    --theme-primary-200: #E2CC8A;
    --theme-primary-300: #D6B85B;
    --theme-primary-400: #CDA537;
    --theme-primary-500: #C69214;
    --theme-primary-600: #C08A12;
    --theme-primary-700: #B87F0F;
    --theme-primary-800: #B0750C;
    --theme-primary-900: #A36308;
    --theme-primary-A100: #EEE0B9;
    --theme-primary-A200: #E2CC8A;
    --theme-primary-A400: #CDA537;
    --theme-primary-A700: #B87F0F;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #212121;
    --theme-primary-contrast-400: #212121;
    --theme-primary-contrast-500: #212121;
    --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: #212121;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #9E2A2B !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 {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}