/*import*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --ob-custom-logo-filter: brightness(80); 
    /*Fonts*/
    --theme-font-family: "Barlow", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #ba007c;
    --ob-nav-bg-color: #FFFFFF;
    --ob-nav-list-active-bg-color: #aba615;
    /*color primary*/
    --theme-primary-50: #f7e0ef;
    --theme-primary-100: #eab3d8;
    --theme-primary-200: #dd80be;
    --theme-primary-300: #cf4da3;
    --theme-primary-400: #c42690;
    --theme-primary-500: #ba007c;
    --theme-primary-600: #b30074;
    --theme-primary-700: #ab0069;
    --theme-primary-800: #a3005f;
    --theme-primary-900: #94004c;
    --theme-primary-A100: #ffc4ec;
    --theme-primary-A200: #ff91db;
    --theme-primary-A400: #ff5ecb;
    --theme-primary-A700: #ff44c2;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --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-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #212121;
    --theme-primary-contrast-A700: #212121;
}

/********* 
FOOTER
*********/

footer.flex.justify-between.gap-3.flex-col.tablet\:flex-row.tablet\:items-center {
    background-color: #ba007c;
}

/*Footer*/
#desktop-footer {
    background-color: #ba007c;
}

/*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: #FFFFFF !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #FFFFFF !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#FFFFFF !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #FFFFFF;
}
