/* Cascade layers */
@import url('layers.css');

/* Native styles */
@import url('native.css');

/* CSS utilities */
@import url('utilities.css');

/* Theme
 *
 * Cru's, which is Cornerstone's default — the theme decision ratified upstream's architecture and
 * changed whose values it carries. `themes/cru.css` is generated by `tools/palette.mjs` from
 * `tools/brands/cru.json` and is self-contained: it imports its own palette and its own role
 * variants rather than `color/palettes/base.css`, whose `-gte-60`/`-on` machinery is written for
 * the reference palette's ten hue names and cannot cover Cru's nineteen.
 *
 * The reference theme still ships and is now opt-in: import `themes/default.css` for an unbranded
 * starting point, or generate your own brand with the tool. */
@import url('themes/cru.css');
