:root {
  --antheon-ink: #080B11;
  --antheon-navy: #14243D;
  --antheon-blue: #91B5E8;
  --antheon-ice: #C3D1E7;
  --antheon-cream: #EFE2CC;
  --antheon-gold: #D4B58B;
  --antheon-body: #B5C2D5;
  --antheon-font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --antheon-font-editorial: Georgia, "Times New Roman", serif;
  --antheon-space-1: 8px;
  --antheon-space-2: 16px;
  --antheon-space-3: 24px;
  --antheon-space-4: 32px;
  --antheon-space-6: 48px;
  --antheon-space-8: 64px;
  --antheon-space-12: 96px;
  --antheon-radius-control: 999px;
  --antheon-radius-surface: 24px;
  --antheon-border: rgb(195 209 231 / 18%);
  --antheon-text-display: clamp(48px, 6.8vw, 104px);
  --antheon-text-heading: clamp(32px, 4.3vw, 64px);
  --antheon-text-body: 18px;
  --antheon-text-caption: 12px;
  --antheon-motion-control: 400ms;
  --antheon-motion-state: 600ms;
  --antheon-motion-flow: 6400ms;
  --antheon-motion-packet: 3800ms;
  --antheon-ease: cubic-bezier(.22,1,.36,1);
}
@media (prefers-reduced-motion: reduce) {
  :root { --antheon-motion-control: 0ms; --antheon-motion-state: 0ms; --antheon-motion-flow: 0ms; }
}
