/**
 * Steel Blue theme — the components_pacer default.
 *
 * This file is a re-export of the tokens already declared in
 * ../design-tokens.css. It exists so consumers who want to switch themes
 * can do it with a single @import swap instead of deleting tokens out of
 * their app-local CSS.
 *
 *   @import "components_pacer/application.css";     // includes this theme implicitly
 *   // — or, explicit form, equivalent result —
 *   @import "components_pacer/themes/steel_blue.css";
 *
 * To opt into a different theme, import it AFTER application.css:
 *
 *   @import "components_pacer/application.css";
 *   @import "components_pacer/themes/editorial.css";
 *
 * The later import redefines the same token names and wins by CSS cascade.
 */

@import "../design-tokens.css";
