/* cosmic-family-os — single entry point.
 * Pulls in tokens.css (variables) and components.css (classes) so
 * consumers can <link> exactly one file.
 *
 * For other projects:
 *   <link rel="stylesheet" href="https://cosmic-family-os.pages.dev/css/main.css">
 *
 * If you prefer to control caching by version, import the two
 * files directly instead.
 */
@import "tokens.css";
@import "components.css";
