/* ===================================
   The District Nurses - Font Overrides
   ================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300;400;500;600;700;800&display=swap');

/* Base font family for body text */
body, html {
  font-family: 'Parkinsans', sans-serif;
}

/* Headings use Parkinsans */
h1, h2, h3, h4, h5, h6,
.heading, .title, .section-title {
  font-family: 'Parkinsans', sans-serif;
}

/* Navigation elements */
.main-nav, .nav-link, .menu-item {
  font-family: 'Parkinsans', sans-serif;
}

/* Buttons and interactive elements */
.btn, button, input[type="submit"], input[type="button"] {
  font-family: 'Parkinsans', sans-serif;
}

/* Form labels */
.form-label, label {
  font-family: 'Parkinsans', sans-serif;
}

/* Legacy support for existing classes */
.component-heading-title,
.component-button,
.web-block-button__link {
  font-family: 'Parkinsans', sans-serif;
}