/* BASE THEME - Burger Lisboa */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("/assets/common/shop-styles-no-edit.css");


/* Base Theme CSS */
/*
@font-face {
  font-family: Berenika;
  src: url(fonts/Berenika.ttf);
}
@font-face {
  font-family: BerenikaBold;
  src: url(fonts/Berenika-Bold.ttf);
}
*/

/* Base Theme CSS */
:root {
    --primary-color:#ec8c00;
    --icons-color:black;
    --font-color:#666;
    --titles-color:#ec8c00;
    --titles-font-family: "Open Sans", serif;
    --custom-font-family: "Open Sans", serif;
}

/* Extra CSS */
#header {
    background-color:black !important;
}
#header svg {
    color:white;
}
apym-languages mat-label,
apym-languages .mat-select-arrow,
apym-languages .mat-select-value-text {
    color:white !important;
}
apym-languages .mat-form-field-underline {
    background-color:white !important;
}

@media (max-width: 992px) {
  apym-languages mat-label,
  apym-languages .mat-select-arrow,
  apym-languages .mat-select-value-text {
    color:black !important;
  }
  apym-languages .mat-form-field-underline {
    background-color:black !important;
  }
}
