:root{
/* Radii — everything rounded, like the phone's rounded rect */
--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;
/* Strokes — thick rounded outlines are THE brand motif */
--stroke:2px;--stroke-bold:3px;
/* Elevation — the brand is flat; shadow reserved for overlays only */
--shadow-none:none;--shadow-overlay:0 12px 32px rgba(20,20,20,0.18);
/* Motion — quick, slightly playful */
--ease:cubic-bezier(0.2,0.8,0.2,1);/* @kind other */
--duration-fast:120ms;/* @kind other */
--duration-base:200ms;/* @kind other */
--duration-slow:320ms;/* @kind other */
}
