/* Global company font (Inter) */
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/* Optional: make nav links match your hero weight/feel */
.nav-strong {
  font-weight: 800;        /* font-extrabold */
  letter-spacing: -0.01em; /* tight tracking feel */
}
