:root {
  --bg: #0b1014;
  --bg-soft: #111a1f;
  --ink: #0b1420;
  --ink-soft: #314052;
  --muted: #687586;
  --faint: #8d98a5;
  --paper: #f6f3ec;
  --paper-strong: #fffdf8;
  --paper-cool: #eef6f4;
  --surface: rgba(255, 253, 248, 0.9);
  --surface-dark: rgba(17, 26, 31, 0.78);
  --accent: #0e8f95;
  --accent-dark: #086c72;
  --accent-soft: #dff4f0;
  --accent-gold: #c79b4b;
  --accent-gold-soft: #f7ead4;
  --accent-blue: #4a75d9;
  --border: rgba(11, 20, 32, 0.11);
  --border-dark: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(12, 24, 36, 0.11);
  --font-display: 'Syne', sans-serif;
  --font-title: 'Outfit', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
}
