/* Dusk — theme.css (minimal, most styles are inline in layout) */
/* This file intentionally minimal — styles live in the layout for simplicity */

:root {
  --bg: #0C0A14;
  --amber: #E8935A;
  --amber-light: #F4B88A;
  --amber-dim: rgba(232, 147, 90, 0.12);
  --border: rgba(232, 147, 90, 0.15);
  --border-bright: rgba(232, 147, 90, 0.3);
  --text: #EDE8DF;
  --text-muted: rgba(237, 232, 223, 0.5);
  --text-dim: rgba(237, 232, 223, 0.3);
  --surface: #16132A;
  --surface-2: #1E1A32;
}

/* Fonts already loaded via layout via Google Fonts */