:root {
  color-scheme: dark;
  --ink: #f6fbff;
  --ink-soft: #c5d9ef;
  --muted: #7f93ad;
  --paper: #020711;
  --paper-strong: #071225;
  --panel: rgba(6, 17, 36, 0.78);
  --panel-strong: rgba(7, 21, 45, 0.94);
  --line: rgba(74, 174, 255, 0.2);
  --line-strong: rgba(21, 215, 255, 0.45);
  --graphite: #020711;
  --graphite-2: #071a34;
  --teal: #18e7ff;
  --teal-dark: #1593ff;
  --blue: #075dff;
  --mint: rgba(24, 231, 255, 0.14);
  --amber: #49bfff;
  --coral: #3d86ff;
  --shadow: 0 24px 70px rgba(0, 111, 255, 0.28);
  --glow: 0 0 34px rgba(24, 231, 255, 0.34);
  --radius: 8px;
  --max: 1180px;
  --header-height: 78px;
  --font-main: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
