:root {
  --red: #cc1a14;
  --red-dark: #a0100b;
  --red-glow: rgba(204, 26, 20, 0.18);
  --red-tint: #fbe9e8;
  --black: #0a0a0a;
  --grey: #171616;
  --ink: #111;
  --charcoal: #1c1c1c;
  --mid: #3d3d3d;
  --muted: #6e6e6e;
  --border: #e4e4e4;
  --off: #f7f6f4;
  --white: #fff;
  --fd: "Syne", sans-serif;
  --fb: "Inter", sans-serif;
  --r: 6px;
  --rl: 14px;
  --t: 0.24s ease;
  --spy: 96px;
}
