/* Festa Fácil DF — radii & elevation. Verbatim from DESIGN.md.
   Philosophy: color block first, shadow after. The system has no drop shadows —
   depth comes from real photography and indigo/cream contrast. */
:root{
  --radius-xs:2px;--radius-sm:6px;--radius-md:10px;--radius-lg:12px;
  --radius-pill:9999px;--radius-full:9999px;

  --elevation-flat:none;
  --border-hairline-width:1px;
  --focus-ring-width:2px;
  --transition-fast:140ms ease-out; /* @kind other */
  --transition-base:200ms ease-out; /* @kind other */
}
