body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  background: var(--bg-deep);
  color: var(--text-primary);
  font-size: var(--fs-base);
  overflow-x: hidden;
}

::selection {
  background: rgba(168, 85, 247, 0.3);
  color: var(--text-primary);
}

h1,
h2,
h3,
h4 {
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-size: var(--fs-xl);
  margin-bottom: var(--space-lg);
}

p {
  color: var(--text-secondary);
  line-height: 1.7;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent-cyan);
  outline-offset: 3px;
  border-radius: 4px;
}

.section-label {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-purple);
  font-weight: 600;
  margin-bottom: var(--space-sm);
}
