@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Sora:wght@300;400;500&display=swap');

:root {
  --bg: #0f1117;
  --text: #b8b5b0;
  --text-muted: #908d88;
  --heading: #e8e6e3;
  --accent: #c4842d;
  --accent-muted: rgba(196, 132, 45, 0.3);
  --rule: rgba(255, 255, 255, 0.06);
  --kbd-bg: rgba(255, 255, 255, 0.08);
  --font-heading: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Sora', system-ui, sans-serif;
}
