/* StoneLink design tokens.
   Copied from royrusse11/StoneLinkLLC `static/css/style.css` (:root block) —
   see this package's README for why this is a copy rather than an import. */

:root {
  --accent: #bcd6ea; /* ice — links, focus rings, dot, primary-btn glow */
  --ink: #f7f5fb;
  --ink-soft: rgba(247, 245, 251, 0.72);
  --ink-faint: rgba(247, 245, 251, 0.5);
  --glass: rgba(12, 9, 24, 0.42);
  --glass-strong: rgba(10, 8, 20, 0.6);
  --hair: rgba(255, 255, 255, 0.12);
  --hair-strong: rgba(255, 255, 255, 0.2);
  --blur: 22px;
  --maxw: 1180px;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
  --mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;
  --sans: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bg: #080b12;
}
