:root{
  /* Colors */
  --navy-900:#061626;
  --navy-800:#071C2F;
  --navy-700:#0B2A44;
  --orange:#FF7A1A;
  --orange-h:#E9660F;
  --white:#FFFFFF;
  --bg:#F6F8FA;
  --border:#E3E8EF;
  --text:#111827;
  --text2:#5F6B7A;
  --ok:#13A463;

  /* 8pt spacing scale */
  --s-1:8px;
  --s-2:16px;
  --s-3:24px;
  --s-4:32px;
  --s-5:40px;
  --s-6:48px;
  --s-8:64px;
  --s-10:80px;

  /* Radius */
  --r-sm:8px;
  --r-md:12px;
  --r-lg:16px;
  --r-pill:999px;

  /* Shadows */
  --sh-1:0 6px 16px rgba(255,122,26,.24);
  --sh-2:0 10px 22px rgba(0,0,0,.08);
  --sh-hero:0 20px 40px rgba(0,0,0,.35);

  /* Accessibility */
  --focus:0 0 0 3px rgba(255,122,26,.35);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
