/* PlantPOP — the full system: the values, then the shapes built on them.

   The care pages link this. The marketing home page links `tokens.css`
   instead, because it draws its own sections and uses none of the `.pp-*`
   components — but it now resolves every role through the same token layer
   this file imports, so the two surfaces agree on what "the brand green" or
   "secondary type" is. */

@import "./tokens.css";

/* The shapes built on those tokens — button, pill, sticker, card — declared
   once for every template that links this file. Page stylesheets position them;
   they do not redraw them. */
@import "./components.css";
