/* ===== Dojo — Forest Green & Cream theme override ===== */
:root {
  --noir: #14261c;
  --noir-2: #1a3527;
  --noir-3: #204030;
  --crimson: #e8ab26;
  --crimson-light: #f0be28;
  --gold: #f0be28;
  --gold-light: #fad978;
  --ivory: #faf0e6;
  --ivory-dim: rgba(250, 240, 230, 0.66);
  --line: rgba(250, 240, 230, 0.12);

  --noir-rgb: 20, 38, 28;
  --crimson-rgb: 232, 171, 38;
  --crimson-light-rgb: 240, 190, 40;
  --gold-rgb: 240, 190, 40;
  --ivory-rgb: 250, 240, 230;
}

.btn-crimson { color: #14261c; font-weight: 700; }
