  :root {
    --accent: #FEE4A8;
    --accent-rgb: 254, 228, 168;
    --accent-contrast: #000000;
  }
  body { margin: 0; background: #0A0908; }
  #root { min-height: 100vh; }
