/* BASE THEME - RESTAURANTE SWAD */
@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: BriceSemiBold;
  src: url(brice-semi-bold.ttf);
}


/* Base Theme CSS */
:root {
    --primary-color:#E86E29;
    --icons-color:#f3840a;
    --font-color:#666;
    --titles-color:#b72e1d;
    --titles-font-family: BriceSemiBold, serif;
    --custom-font-family: "Open Sans", serif;
}
/* Specific Styles for Sucré */
#header {
    background-color:#feefda !important;
}
#header svg {
    color:black;
}
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;
}

@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;
  }
}
