/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --theme-font-family: "Roboto", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    --theme-primary-50: #FEF4E1;
    --theme-primary-100: #FDE3B4;
    --theme-primary-200: #FBD082;
    --theme-primary-300: #F8BD50;
    --theme-primary-400: #F7AF2D;
    --theme-primary-500: #FAB40D;
    --theme-primary-600: #E2A00C;
    --theme-primary-700: #C78C0A;
    --theme-primary-800: #AC7809;
    --theme-primary-900: #7A5407;
    --theme-primary-A100: #FDE3B4;
    --theme-primary-A200: #FBD082;
    --theme-primary-A400: #F7AF2D;
    --theme-primary-A700: #E39C0C;
    --theme-primary-contrast-50: #5A4400;
    --theme-primary-contrast-100: #544000;
    --theme-primary-contrast-200: #4E3A00;
    --theme-primary-contrast-300: #493600;
    --theme-primary-contrast-400: #3F2E00;
    --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: #544000;
    --theme-primary-contrast-A200: #4E3A00;
    --theme-primary-contrast-A400: #3F2E00;
    --theme-primary-contrast-A700: #FFFFFF;
    /*Force font weight*/
    --theme-headline-5-font-weight: 300;
    --theme-headline-6-font-weight: 300;
    --theme-subtitle-1-font-weight: 300;
    --theme-body-1-font-weight: 300;
    --theme-body-2-font-weight: 300;
    --theme-caption-font-weight: 300;
    --theme-headline-1-font-weight: 600;
    --theme-headline-2-font-weight: 600;
    --theme-headline-3-font-weight: 600;
    --theme-headline-4-font-weight: 600;
    --theme-button-font-weight: 600;
}

/*General button*/
button.mdc-button {
    border-radius: 50px !important;
}

button.mdc-button:hover {
    background-color: #E39C0C;
}

/*navbar de color*/
mat-toolbar.mat-toolbar.ob-top-bar.flex.justify-between.mat-toolbar-single-row {
    background-color: #FAB40D;
}

/*Dark version subfooter*/
ob-footer.main-footer {
    background-color: #FAB40D !important;
}

ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end {
    color: #000 !important;
}

ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(0) !important;
}

ob-footer.main-footer span.mdc-button__label {
    color: #000 !important;
}

ob-footer.main-footer .mat-mdc-outlined-button:not(:disabled) {
    color: #000 !important;
}

ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#000 !important;
}

span.flex.items-center.gap-1 {
    color: #000 !important;
}