/* Site-wide type: Manrope + a slightly larger reading size.
   Theme editor sets html { font-size: 13px } (12px on mobile), which
   shrinks every rem-based label. This sheet loads last and wins. */

html {
  font-size: 15px !important;
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

@media (max-width: 767px) {
  html {
    font-size: 14px !important;
  }
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.custom-select,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6,
.elementor,
.elementor-widget-container,
.elementor-heading-title,
.elementor-button,
.cbp-hrmenu,
#header,
#footer,
#wrapper,
#content-wrapper,
.product-miniature,
.modal-content,
.dropdown-menu,
.popover,
.tooltip,
.alert,
.card {
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  font-family: FontAwesome !important;
}

.material-icons {
  font-family: "Material Icons" !important;
}
