/* ============================================================
   CDS Visuals — Design System
   styles.css — root entrypoint.
   Consumers link THIS one file; it pulls in the foundations
   (color tokens, type, spacing/radii/shadows/motion, and the
   Grain + Lens device styles).
   The kit-specific stylesheets (slides/slide.css,
   ui_kits/website/website.css) each @import these foundations
   themselves, so link those only when using that kit.
   ============================================================ */
@import url("./colors_and_type.css");
