@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&family=Nunito+Sans:wght@400;600;700&family=DM+Sans:wght@400;500;600&display=swap');

/* Headings — Nunito */
h1 {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.8rem !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}
h1 {
  color: #28aae6 !important;
}

h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}

h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}

/* Body — Nunito Sans */
body, p, li, blockquote, input, textarea, select {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  line-height: 1.65;
}

/* Buttons & CTAs — Nunito Sans Bold */
a.button, .wp-block-button__link,
button, input[type="submit"] {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

/* Nav links — Nunito Sans SemiBold */
.main-navigation a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}

/* Labels, eyebrows, stat strips — DM Sans */
.eyebrow, .stat-label, small,
.widget-title, .entry-meta {
  font-family: 'DM Sans', sans-serif;
	font-weight: 500; }


.entry-content p,
.entry-content li {
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}


@media (max-width: 768px) {
  .fl-row-bg-photo .fl-row-content-wrap {
    position: relative;
  }
  .fl-row-bg-photo .fl-row-content-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0;
  }
  .fl-row-bg-photo .fl-row-content {
    position: relative;
    z-index: 1;
  }
}


@media (max-width: 768px) {
  .menu-toggle {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    left: auto !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background: #245b85 !important;
    color: white !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}