:root{
/* No shadows anywhere in this system. */
--shadow-none:none;

--radius-none:0;
--radius-sm:2px;
--radius-panel:12px;   /* peach panels only — the single soft corner in the system */
--radius-round:50%;    /* icon badges */

--border-hairline:1px solid var(--line-rule);
--border-strong:1px solid var(--line-strong);
--border-width-icon:1.5px;

/* Photo treatment */
--photo-radius:var(--radius-none);
--photo-ratio-hero:16/9; /* @kind other */
--photo-ratio-portrait:3/4; /* @kind other */
--photo-ratio-landscape:4/3; /* @kind other */
}
