/* Themis Dark — default theme (applied via :root) */

:root {
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-mono: 'SF Mono', 'Fira Code', monospace;
  --bg-deep: #0e1012;
  --bg-base: #161719;
  --bg-elevated: #1d1f22;
  --bg-hover: #282a2e;
  --border-subtle: #2e3036;
  --border-medium: #3d4048;
  --gold-primary: #d4a853;
  --gold-light: #e8c478;
  --gold-dark: #a8843f;
  --text-primary: #e4dfd6;
  --text-secondary: #aca79d;
  --text-muted: #847f78;
  --success: #22c55e;
  --success-bg: rgba(34, 197, 94, 0.1);
  --warning: #f59e0b;
  --warning-bg: rgba(245, 158, 11, 0.1);
  --error: #ef4444;
  --error-bg: rgba(239, 68, 68, 0.1);
}
