:root {
  color-scheme: dark;

  --font-ui: "Segoe UI Variable Text", "Segoe UI", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;

  --bg: #07080d;
  --bg-soft: rgba(18, 21, 31, 0.72);
  --surface: rgba(17, 20, 29, 0.9);
  --surface-strong: rgba(24, 28, 39, 0.94);
  --surface-muted: rgba(25, 29, 40, 0.72);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #f5f3ef;
  --text-strong: #ffffff;
  --text-soft: rgba(240, 237, 232, 0.72);
  --text-faint: rgba(240, 237, 232, 0.5);
  --accent: #90b8ff;
  --accent-strong: #bfd6ff;
  --accent-secondary: #8fe6c1;
  --accent-warm: #f0c48a;
  --danger: #ff9a90;
  --success: #9ce4bf;
  --warning: #f5d287;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.2);
  --radius-xs: 12px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --radius-pill: 999px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.25rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5rem;
  --header-offset: 6.25rem;
  --content-width: min(1180px, calc(100vw - 2rem));
}
