/* Live WordPress cascade measured on thedreamers.ai/waitlist (1920×1080).
   Kirki + Felan override child-theme source — do not "fix" these back to SCSS. */

html {
  font-size: 16px;
}

body {
  font-size: 16px !important;
  font-family: 'DM Sans', sans-serif;
}

:root {
  --font-family-base: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-family-heading: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Kirki heading weight/line-height wins over waitlist `line-height: 1` / weight 900 on live */
.waitlist-hero__title.waitlist-hero__title--small {
  line-height: 1.2;
}

.waitlist-hero__title.waitlist-hero__title--large {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

button.waitlist-hero__cta,
.waitlist-hero__form input[type='email'] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Inter, Roboto, 'Helvetica Neue', Arial,
    sans-serif !important;
}
