/* Maru corners — architectural and sharp. The brand is built on the square. */
:root{
  --radius-none:0;
  --radius-sm:2px;
  --radius-md:4px;
  --radius-lg:8px;
  --radius-pill:999px;

  /* Semantic — default surfaces are near-square */
  --radius-card:2px;
  --radius-control:2px;
  --radius-tag:999px;
}
