/* variables.css
   All CSS custom properties, extracted verbatim from drawstudio-v1.html :root.
   No values changed — colors, radii, and shadows must match v1 exactly.
   Depends on: nothing. Loaded first, before every other stylesheet. */

:root {
  --paper: #f8f5f0;
  --paper2: #f1ede6;
  --paper3: #e5e0d6;
  --paper4: #ccc7bc;
  --ink: #1a1714;
  --ink2: #3d3830;
  --ink3: #7a7268;
  --ink4: #b0a89e;
  --teal: #1a9e7a;
  --teal-l: #e8f7f2;
  --teal-m: #a8e0cc;
  --teal2: #0d6b53;
  --amber: #e8a020;
  --amber-l: #fdf3e0;
  --amber-m: #f5c96a;
  --coral: #c0432a;
  --coral-l: #fdecea;
  --indigo: #4a4adf;
  --indigo-l: #eeeeff;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 2px 12px rgba(26, 23, 20, .08);
  --shadow-lg: 0 8px 32px rgba(26, 23, 20, .12);
}
