    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root {
    /*Fonts*/
    --theme-text-2: #000000;
    --theme-text-1: #000000;
    --theme-font-family: "Oswald", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/  
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #000000;
    /*color primary*/
    --theme-primary-50: #fbc8c8;
    --theme-primary-100: #f68080;
    --theme-primary-200: #f34c4c;
    --theme-primary-300: #e71010;
    --theme-primary-400: #cb0e0e;
    --theme-primary-500: #ae0c0c;
    --theme-primary-600: #910a0a;
    --theme-primary-700: #750808;
    --theme-primary-800: #580606;
    --theme-primary-900: #3b0404;
    --theme-primary-A100: #ffbaba;
    --theme-primary-A200: #ff5454;
    --theme-primary-A400: #ed0000;
    --theme-primary-A700: #cb0808;
    /*color contrast*/
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #ffffff;
    --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: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
    }
/* --> Specific CSS goes HERE <--*/
/*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:#b1b1b161; 
}
/*Dark version subfooter*/
ob-footer.main-footer {
    background-color: #000000 !important;
}
ob-footer.main-footer a, ob-footer.main-footer span.footer-copyright, ob-footer.main-footer span.justify-end  {
    color: #fff !important;
}
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important ;
}
ob-footer.main-footer span.mdc-button__label {
    color: #fff !important;
}
ob-footer.main-footer .mat-mdc-outlined-button:not(:disabled) {
    color: #fff !important;
}
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #fff !important; 
}
/*Background PRESALE*/
.background-blur {
  background-image: url('https://client-dists-resources.s3.amazonaws.com/channels-client/aramusicrrpp/img/background.webp'); /* La URL de tu imagen */
  background-position: top, center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(80%);
}