/* KING OF THE HALF — TYPOGRAPHY ONLY PASS
   Inspired by Neon's clean Inter-based type system.
   Font family and font size only. */

html,
body,
body * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
  font-size: 15px !important;
}

body h1 {
  font-size: clamp(48px, 6vw, 68px) !important;
}

body h2 {
  font-size: clamp(34px, 4.25vw, 48px) !important;
}

body h3 {
  font-size: clamp(24px, 2.8vw, 32px) !important;
}
body h4 {
  font-size: 20px !important;
}

body .eyebrow {
  font-size: 12px !important;
}

body .btn,
body button {
  font-size: 12px !important;
}

body input,
body select,
body textarea {
  font-size: 14px !important;
}
