a.wixui-rich-text__text {
  color: #3F7C4A;
  text-decoration: none;
}

/* Modern Typography - Display & Body fonts */
/* Base font settings - Body: Inter (readable, clean) */
html, body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #D89936;
}

/* Headings - Display: Poppins (bold, letter-spacing) */
h1, h2, h3, h4, h5, h6,
.hero-title,
.offer-title,
.section-heading,
.service-title,
.page-title,
.entry-title,
.widget-title,
.day-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

/* Navigation/menu */
nav, .menu, #primary-menu, .main-navigation, .site-navigation {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Utility classes */
.font-display {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.font-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
