:root{
  --hw-bg:#0a0a0e;
  --hw-surface:#141419;
  --hw-ink:#e9e9ef;
  --hw-muted:#9a9aa8;
  --hw-primary:#d4af37;
  --hw-on-primary:#111111;
  --hw-accent:#e0553c;
  --hw-on-accent:#111111;
  --hw-line:#26262f;
  --hw-good:#5cc98d;
  --hw-warn:#e8b04b;
  --hw-danger:#f2705f;
  --hw-radius:10px;
  --hw-font-display:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --hw-font-body:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --hw-scheme:dark;
}
html{color-scheme:dark}
