@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Site-wide typography update: Inter. Keep icon fonts free to render normally. */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, li, button, input, textarea, select,
.navigation a, .button-style1, .button-style2, .h, .sub-h {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

/* Brand accent cleanup: use the current orange across old gold/blue theme accents. */
:root {
  --ahmed-brand-orange: #e8702a;
}

.vc_icon_element.vc_icon_element-have-style .vc_icon_element-inner,
.vc_icon_element.vc_icon_element-style-rounded-outline .vc_icon_element-inner,
.vc_icon_element.vc_icon_element-style-rounded-outline .vc_icon_element-inner[class*='vc_icon_element-color-'] {
  border-color: var(--ahmed-brand-orange) !important;
}

.vc_icon_element .vc_icon_element-icon,
.vc_icon_element .vc_icon_element-inner .vc_icon_element-icon,
.vc_icon_element .vc_icon_element-icon::before {
  color: var(--ahmed-brand-orange) !important;
}

.wmc-currency.wmc-active,
.wmc-currency-wrapper .wmc-currency.wmc-active,
.woocommerce-multi-currency .wmc-currency.wmc-active {
  background-color: var(--ahmed-brand-orange) !important;
  border-color: var(--ahmed-brand-orange) !important;
}