body {
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.08), transparent 26%),
    radial-gradient(circle at 88% 4%, rgba(99, 102, 241, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 12%),
    var(--bg);
  color: var(--text);
}

::selection {
  background: rgba(34, 211, 238, 0.22);
  color: #ffffff;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
.eyebrow,
.site-brand__text strong {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

h1 {
  font-size: clamp(2.75rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h3 {
  line-height: 1.2;
}

p {
  color: var(--text-muted);
}

a {
  color: inherit;
}
