:root{
/* Organic corners — everything is rounded */
--radius-sm:10px;
--radius-md:16px;
--radius-lg:24px;
--radius-xl:36px;
--radius-pill:999px;
/* Blob radius for organic shapes & photos */
--radius-blob:58% 42% 55% 45% / 52% 55% 45% 48%;
/* Soft, warm shadows — never hard */
--shadow-soft:0 2px 8px rgba(91,70,50,0.08);
--shadow-card:0 4px 16px rgba(91,70,50,0.10);
--shadow-lift:0 8px 24px rgba(91,70,50,0.14);
/* Hand-stitched dashed border, like the flyer badges */
--border-stitch:2px dashed var(--green-300);
--border-stitch-rose:2px dashed var(--rose-300);
--ease-gentle:cubic-bezier(0.33,1,0.68,1); /* @kind other */
--dur-fast:150ms; /* @kind other */
--dur-med:280ms; /* @kind other */
}
