:root {
  --font:Inter,'Segoe UI',Arial,sans-serif;
  --ink:#152a33;
  --paper:#ffffff;
  --soft:#f3f5f4;
  --muted:#58676d;
  --border:#dce2e0;
  --accent:#c5ed52;
  --accent-ink:#172614;
  --highlight:#4e7429;
  --focus:#527f18;
  --navy:#11242c;
  --on-dark:#f7faf8;
  --on-dark-muted:#c9d2d6;
  --on-dark-secondary:#aabac1;
  --on-dark-border:#ffffff30;
  --image-label:#ffffff;
  --image-shadow:#000000;
  --card-shadow:#0002;
  --radius-tag:4px;
  --radius-sm:7px;
  --radius:12px;
  --radius-lg:18px;
}
