:root{
/* The collateral is print-first: almost everything is flat fill + hairline.
   Shadows are reserved for on-screen surfaces and for the product photography. */
--shadow-none:none;
--shadow-hairline:0 0 0 1px var(--border-hairline);
--shadow-card:0 1px 2px rgba(18,50,64,.06),0 4px 14px rgba(18,50,64,.06);
--shadow-raised:0 2px 4px rgba(18,50,64,.08),0 10px 28px rgba(18,50,64,.10);
--shadow-photo:0 12px 34px rgba(18,50,64,.18);
--shadow-focus:0 0 0 3px rgba(37,170,225,.35);
--overlay-scrim:rgba(18,50,64,.55);/* @kind color */
--duotone-blue:linear-gradient(0deg,rgba(21,93,165,.85),rgba(24,114,206,.85));/* @kind color */
--sunburst:linear-gradient(135deg,var(--aurora-yellow-400),var(--aurora-orange-500));/* @kind color */
}
