/* VioletLab - design tokens.
   The brand lives here. Edit these to reskin the whole site.
   Palette: near-black canvas, violet primary accent, pink secondary pop. */

:root {
  --bg: #0b0810;          /* near-black, faint purple undertone */
  --bg-2: #130c1c;
  --ink: #f5f2f8;
  --muted: #9d93aa;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.20);

  --violet: #a855f7;      /* primary accent, brighter sibling of the logo purple */
  --violet-deep: #7c3aed; /* button fills, carries white text at AA */
  --pink: #ff54c0;        /* secondary pop, the L in the logo */

  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;
  --sans: system-ui, -apple-system, "Segoe UI", sans-serif;

  --edge: clamp(20px, 6vw, 96px);
  --max: 1280px;
}
