/*
 * waterWatch web UI stylesheet (plan §8).
 *
 * This file is a manifest: the styles live in focused partials under `css/`,
 * imported here in cascade order. There is no build step — `@import` is resolved
 * by the browser, and `@fastify/static` serves the whole `public/` tree, so each
 * `css/*.css` is fetched same-origin. Keep `@import` rules first (CSS requires
 * them before any other rule) and preserve the order below, since later partials
 * intentionally rely on the cascade from earlier ones (tokens first; the
 * responsive overrides last).
 */

@import './css/tokens.css';
@import './css/topbar.css';
@import './css/buttons.css';
@import './css/layout.css';
@import './css/home.css';
@import './css/map.css';
@import './css/detail.css';
@import './css/stations.css';
@import './css/trends.css';
@import './css/preferences.css';
@import './css/login.css';
@import './css/toast.css';
@import './css/maplibre.css';
@import './css/responsive.css';
