:root {
  --bc-bg: #0c0d0a;
  --bc-bg-2: #141611;
  --bc-card: #1a1d16;
  --bc-line: #2a2e22;
  --bc-green: #9ef01a;
  --bc-green-dim: #7bc70f;
  --bc-green-deep: #3d5a0f;
  --bc-cream: #f4f3ec;
  --bc-muted: #9aa08c;
  --bc-gold: #d4af37;
  --bc-danger: #f07b6b;
  --bc-radius: 14px;
  --bc-radius-lg: 20px;
  --bc-wrap: 1180px;
  --bc-shadow-green: 0 8px 30px rgb(158 240 26 / 0.24);
  --bc-font-display: 'Anton', Impact, sans-serif;
  --bc-font-body: 'DM Sans', Arial, sans-serif;
}
