@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-var-latin.woff2') format('woff2');
}

html, body,
body *:not(i):not(svg):not(.fa):not(.fas):not(.fab):not(.far):not(.fal):not(.fad):not([class*="eicon"]):not(.star-rating):not(.stratum-icon-comment):not(.stratum-icon-like):not([class*="stratum-swiper-button"]):not([class*="wd-icon"]):not(.wd-tools-icon):not(.woodmart-font):not(.dashicons):not([class*="dashicons-"]) {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.elementor-button,
.elementor-button:hover,
.elementor-button:focus,
.elementor-button:visited {
  background-color: #25D366 !important;
}

.chaty-widget, .chaty { display: none !important; }

.wf-floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 999999;
  text-decoration: none;
}
.wf-floating-whatsapp svg { width: 32px; height: 32px; }
