/*import*/
@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /*Fonts*/
    --theme-font-family: 'Roboto', sans-serif;

    /*Top bar: internal section*/
    --ob-custom-nav-text-color: #757575;
    --ob-custom-nav-bg-color: #FFF;

    /*Sidenav*/
    --ob-nav-text-color: #757575;
    --ob-nav-bg-color: #FFF;

    /*Active button in sidenav*/
    --ob-nav-list-active-text-color: #FFF;
    --ob-nav-list-active-bg-color: #757575;

    /*color primary*/
    --theme-primary-50: #eeeeee;
    --theme-primary-100: #dcdcdc;
    --theme-primary-200: #bdbdbd;
    --theme-primary-300: #9e9e9e;
    --theme-primary-400: #8a8a8a;
    --theme-primary-500: #757575;
    --theme-primary-600: #6b6b6b;
    --theme-primary-700: #5f5f5f;
    --theme-primary-800: #535353;
    --theme-primary-900: #3e3e3e;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #f5f5f5;
    --theme-primary-A400: #dbdbdb;
    --theme-primary-A700: #cccccc;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
}
.events .min-price-label {
    display: none;
}
/*Footer*/
#desktop-footer {
    background-color: #ffffff;
}

/*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: #757575 !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #757575 !important;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#757575 !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #757575;
}