/* style.css — Main stylesheet that imports all CSS modules */

@import url("./css/variables.css");
@import url("./css/base.css");
@import url("./css/layout.css");
@import url("./css/components.css");

/* 7th Chords Gen — Modular CSS Architecture
 * - variables.css: theme colors, fonts, sizing
 * - base.css: reset, body, global typography
 * - layout.css: page structure, control panel, main content
 * - components.css: buttons, pills, status lines, chord display
 */
