/*
 * thns.css — Theme / colorization for links.thns.dev
 * ---------------------------------------------------
 * All colors live here and here only. The rest of the stylesheet (layout,
 * spacing, typography) references these custom properties. Swap this file to
 * re-skin the whole page without touching structure.
 *
 * Palette mirrors thorsten-hans.com (dark navy + violet accent, amber for
 * featured highlights).
 */

:root {
  /* Surfaces */
  --bg: #0b1220;
  --bg-elev: #0f172a;
  --bg-card: #111a2e;
  --bg-card-hover: #16223b;

  /* Text */
  --text: #e9edf3;
  --muted: #a6afbd;

  /* Accent (violet) */
  --accent: #a78bfa;
  --accent-strong: #c4b5fd;

  /* Featured highlight (amber gradient) */
  --highlight-from: #fbbf24;
  --highlight-to: #f59e0b;
  --highlight-ink: #1a1206;

  /* Lines & effects */
  --border: #1c2a3f;
  --border-hover: #2b3d5c;
  --ring: rgba(167, 139, 250, 0.45);
  --shadow: rgba(3, 7, 18, 0.55);

  /* Decorative background glows */
  --glow-a: rgba(167, 139, 250, 0.18);
  --glow-b: rgba(245, 158, 11, 0.10);
}
