/* The mark is built from a leaf: one sharp corner, one fully-round corner. Surfaces stay square or
   near-square (the print collateral has no rounded panels); the leaf shape is the decorative move. */
:root{
  --radius-none:0;
  --radius-sm:2px;
  --radius-md:4px;
  --radius-lg:8px;
  --radius-pill:999px;
  --radius-circle:50%;
  /* Decorative leaf shapes — apply as border-radius on a square element */
  --shape-leaf:100% 0 100% 0; /* @kind radius */
  --shape-leaf-alt:0 100% 0 100%; /* @kind radius */
  --border-width-hairline:1px;
  --border-width-thick:2px;
}
