/*import*/
@import url("https://use.typekit.net/rkt2rsx.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --ob-custom-logo-filter: brightness(80); 
    /*Fonts*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #151515;
    --ob-nav-list-active-bg-color: #F69700;
    /*color primary*/
    --theme-primary-50: #FFF3E0;
    --theme-primary-100: #FFE0B3;
    --theme-primary-200: #FFCC80;
    --theme-primary-300: #FFB74D;
    --theme-primary-400: #FFA726;
    --theme-primary-500: #F69700;
    --theme-primary-600: #E08900;
    --theme-primary-700: #C97600;
    --theme-primary-800: #B26300;
    --theme-primary-900: #8C4800;
    --theme-primary-A100: #FFE0B3;
    --theme-primary-A200: #FFCC80;
    --theme-primary-A400: #FFA726;
    --theme-primary-A700: #C97600;

    --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: #212121;
    --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;
}

/********* 
INDEX
1 - CUSTOM TEXT STYLES
2 - NAVBAR
3 - FOOTER
*********/

/********* 
1 - CUSTOM TEXT STYLES
*********/

h3,
h2 {
    font-family: bebas-neue-pro !important;
}

h3 {
    font-size: 24px !important;
}

h2 {
    font-size: 30px !important;
}

p {
    font-weight: 300;
}

/********* 
2 - NAVBAR
*********/

/*borde del navbar*/
.mat-toolbar {
    background-color: var(--ob-nav-bg-color);
    border-bottom: 2px solid #F69700;
}

/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #7d7d7d61;
}

/********* 
3 - FOOTER
*********/

/*Footer*/
#desktop-footer {
    background-color: #151515;
}

/*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;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}
