/*
 * landing.css - bundle root.
 *
 * Single <link> in HTML maps to this file; it @imports the modules in
 * dependency order. To add a new section: drop a new file under css/
 * and add one line here. To change palette / spacing globally: edit
 * css/theme.css only.
 *
 * Order matters - theme tokens must load before anything that uses
 * var(--...), base before component overrides, etc.
 */

@import url("./css/theme.css");
@import url("./css/base.css");
@import url("./css/layout.css");
@import url("./css/header.css");
@import url("./css/footer.css");
@import url("./css/buttons.css");
@import url("./css/forms.css");
@import url("./css/hero.css");
@import url("./css/sections.css");
@import url("./css/pricing.css");
@import url("./css/cookies.css");
@import url("./css/not-found.css");
@import url("./css/auth.css");
