:root{
  /* Text */
  --text-primary:var(--navy-900);
  --text-secondary:var(--ink-500);
  --text-muted:var(--ink-300);
  --text-inverse:var(--white);
  --text-accent:var(--orange-500);
  --text-on-orange:var(--white);
  --text-on-violet:var(--navy-900);

  /* Surfaces */
  --surface-page:var(--white);
  --surface-tint:var(--ice-100);
  --surface-card:var(--white);
  --surface-card-tint:var(--ice-100);
  --surface-inverse:var(--navy-900);
  --surface-black:var(--ink-900);
  --surface-accent:var(--orange-500);
  --surface-accent-soft:var(--orange-050);
  --surface-violet:var(--violet-400);

  /* Lines */
  --border-subtle:var(--ice-200);
  --border-strong:var(--navy-900);
  --border-accent:var(--orange-500);
  --border-inverse:rgba(255,255,255,0.24);

  /* Controls */
  --control-height-sm:36px;
  --control-height-md:44px;
  --control-height-lg:54px;
  --control-padding-x-sm:16px;
  --control-padding-x-md:22px;
  --control-padding-x-lg:30px;

  /* Links */
  --link-color:var(--orange-500);
  --link-hover:var(--orange-600);
}
