/* BASE THEME - Eguzkilore Floristería */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url("/assets/common/shop-styles-no-edit.css");


/* Base Theme CSS */

@font-face {
  font-family: aceSansExtraLight;
  src: url(ace-sans-extra-light.woff);
}

/* Base Theme CSS */
:root {
    --primary-color:#f8f7f5;
    --icons-color:black;
    --font-color:#666;
    --titles-color:black;
    --titles-font-family: "aceSansExtraLight", serif;
    --custom-font-family: "Urbanist", serif;
}
/* Specific Styles for Sucré */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}
#header {
    background-color:#f8f7f5 !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;
  }
}
