/* the spins · design tokens · v1.0 · locked */
:root{
  /* ink + cream */
  --ink:#0A0A0A;
  --ink-2:#141414;
  --ink-3:#1E1E1E;
  --spin:#F2F0EC;
  --spin-2:#E8E5DD;

  /* signal */
  --red:#E53935;
  --red-2:#B82C28;

  /* supporting */
  --navy:#0E1621;
  --steel:#4A6D8F;
  --grey:#9BA0A6;
  --grey-2:#6F6F6F;
  --gold:#D4AF37;

  /* type */
  --display:'Alfa Slab One', Georgia, serif;
  --body:'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --hand:'Permanent Marker', cursive;
  --caveat:'Caveat', cursive;
  --mono:'Special Elite', 'Courier New', monospace;

  /* layout */
  --wrap:1180px;
  --wrap-narrow:720px;
  --rad:0;

  /* timing */
  --t-fast:.12s;
  --t-med:.24s;
  --t-slow:.45s;
}
