:root {
  --bg: #141414;
  --surface: #1C1C1B;
  --surface-strong: #262624;
  --ink: #F4F2EC;
  --ink-soft: #A8A69C;
  --rule: #33322E;
  --accent: #E85A2A;
  --accent-ink: #141414;
  --font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
