:root{
  /* Shopify Dawn defaults — match the real ndsclsd.com */
  --ink:#121212;       /* Dawn foreground rgb(18 18 18) */
  --soft:#5a5a5a;      /* secondary text — darkened for WCAG AA contrast on white */
  --line:#e8e8e8;      /* hairline borders (header, dividers) */
  --line2:#d0d0d0;     /* slightly darker hairline (tags) */
  --bg:#ffffff;        /* page background */
  --wash:#ffffff;      /* product tile background — pure white to match product photos */
  --maxw:1600px;       /* content max width */
  --header-h:70px;
  --announce-h:36px;   /* top announcement bar */
  --gutter:50px;       /* Dawn standard 5rem desktop padding */
  --radius:0;          /* Dawn: square corners everywhere */
}
/* Dawn uses one font (Assistant) for headings + body; the big logo is an image. */
body{font-family:'Assistant',system-ui,sans-serif}
.wordmark{font-family:'Assistant',sans-serif;font-weight:700;letter-spacing:.02em}
