/* ============================================================
   tokens.css — WEBRO design tokens (Lime & Beige, cinematic)
   Single source of truth for colour, type, spacing, motion.
   Edit here to re-theme the entire site.
   ============================================================ */
:root{
  --beige:#F1EBDD;          /* warm page background */
  --beige-2:#FBF7EE;        /* raised surface */
  --cream:#FFFDF8;
  --ink:#1C1B14;            /* near-black warm ink */
  --ink-soft:#5b5848;       /* muted text */
  --lime:#C2D98A;           /* soft sage-lime accent / glow */
  --lime-2:#8AAB3C;         /* muted primary lime */
  --lime-deep:#4F7016;      /* deep olive-lime for contrast */
  --line:rgba(77,124,15,.16);
  --glass:rgba(255,255,255,.55);
  --glass-brd:rgba(77,124,15,.22);
  --glow:0 0 0 1px rgba(132,204,22,.4), 0 22px 55px -22px rgba(101,163,13,.5);
  --shadow:0 14px 40px -18px rgba(40,50,15,.35);

  --maxw:1180px;
  --r:18px;

  /* motion */
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-spring:cubic-bezier(.3,1.3,.5,1);
}
