/* The single entry point. Import list only.

   To dress a product in another tone, swap ONE line — the tones/ import — or
   import a second tone and set data-tone on the element you want re-dressed.
   Nothing else in this list changes, and no component knows the difference. */
@import url("tokens/fonts.css");
@import url("tokens/tones/chromafish.css");   /* <- the tone. swap this line */
@import url("tokens/signal.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/borders.css");
@import url("tokens/motion.css");
@import url("tokens/semantic.css");
@import url("tokens/base.css");
@import url("tokens/legacy.css");   /* deprecated ramps, for guidelines/ only */
