:root{
/* corners: brand geometry is sharp; radius reserved for small controls */
--radius-none:0;
--radius-sm:2px;
--radius-pill:999px;
/* signature diagonal — parallelogram skew used across brochure & letterheads */
--skew-brand:-18deg; /* @kind other */
--clip-parallelogram:polygon(10% 0,100% 0,90% 100%,0 100%); /* @kind other */
--clip-ribbon:polygon(0 0,100% 0,96% 100%,0 100%); /* @kind other */
/* sweep motif — teal + green curved bands (2024 MMI identity); use assets/motifs/*.png or CSS curves */
--grad-sweep-teal:linear-gradient(100deg,#167075,#0e5054); /* @kind other */
--grad-sweep-green:linear-gradient(100deg,#13834c,#15623e); /* @kind other */
--radius-photo:14px; /* deck photo cards are rounded w/ soft shadow */
--shadow-card:0 2px 8px rgba(22,22,22,.10);
--shadow-raised:0 8px 24px rgba(22,22,22,.16);
--ease-brand:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:220ms; /* @kind other */
}
