/* Crank'Box theme — written at deploy time */
:root {
  --bg: #1a1a1a;
  --text: #e0e0e0;
  --text-muted: #777777;
  --border: #303030;
  --card-bg: #202020;
  --accent: #ff6b35;
  --accent-bg: #2a1a10;
  --accent-text: #ff9a70;
  --nav-bg: #252525;
  --nav-text: #cccccc;
  --footer-bg: #111111;
  --footer-text: #999999;
  --footer-muted: #555555;
  --btn-bg: #ff6b35;
  --btn-text: #ffffff;
}
