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


/* Base Theme CSS */
/*
@font-face {
  font-family: IvyPrestoDisplay;
  src: url(fonts/ivy-presto-display.otf);
}

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

/* Base Theme CSS */
:root {
    --primary-color:#232ECE;
    --icons-color:#232ECE;
    --font-color:#241c10;
    --titles-color:#241C10;
    --titles-font-family: "Playfair Display", serif;
    --custom-font-family: "Open Sans", serif;
}
/* Specific Styles  */
/*
#header {
    background-color:#E86E29 !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;
  }
}
*/