:root {

  --bg: #000000;
  --bg-card: #0d0d0d;
  --bg-rule: rgba(255,255,255,0.08);
  --text: #ffffff;
  --text-muted: rgba(255,255,255,0.48);
  --text-dim: rgba(255,255,255,0.24);
  --accent: #ffffff;
  --hairline: rgba(255,255,255,0.1);
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --size-hero: clamp(52px, 7vw, 96px);
  --size-h2: clamp(28px, 3.5vw, 48px);
  --size-h3: clamp(18px, 2vw, 26px);
  --size-body: clamp(15px, 1.3vw, 18px);
  --size-small: 13px;
  --size-label: 11px;
  --max-w: 1080px;
  --gutter: clamp(24px, 5vw, 80px);
  --font-title: "Inter Display", system-ui, sans-serif;

  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}
