:root {
  --ink: #080a12;
  --ink-soft: #111522;
  --panel: #151a29;
  --paper: #f5f2eb;
  --white: #ffffff;
  --muted: #a7adba;
  --line: rgba(255,255,255,.16);
  --yellow: #ffc62f;
  --amber: #ff9838;
  --cyan: #6ee7f2;
  --blue: #2d7ff9;
  --magenta: #d91462;
  --red: #f54a52;
  --max: 1560px;
  --header-h: 74px;
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
