:root {
  --bg: #0c0c0e;
  --fg: #f3efe6;
  --muted: #9a958c;
  --accent: #c4a574;
  --accent-fg: #0c0c0e;
  --accent-soft: #2d2720;
  --line: #2a2a2e;
  --raised: #16161a;
  --panel: #101013;
  --danger: #e07a6a;
  --radius: 4px;
  --radius-lg: 8px;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-display: Fraunces, "Times New Roman", serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --measure: 65ch;
  --chrome-height: 48px;
  color: var(--fg);
  background: var(--bg);
  font-family: var(--font-body);
}
