/* Courtsiders design tokens — copied from the design-system export.
   Mirrors _ds/.../styles.css's own import order, except fonts.css: that's a
   blocking @import of a remote Google Fonts stylesheet, which would stall
   every script on this page until the font CDN responds. Loaded
   non-blocking from index.html instead (see the <link rel=preload> there);
   tokens/fonts.css is kept as the source-of-truth URL reference. */
@import url("colors.css");
@import url("typography.css");
@import url("spacing.css");
@import url("effects.css");
