/* =========================================================================
   ZENIT — brand stylesheet (the @import ROOT)
   Consumers link this one file. Its transitive @import closure ships the
   webfonts, every design token, and the editorial base + .zenit-* helpers.

   The look: editorial and calm. Large, light Inter Tight in sentence case,
   generous whitespace, one idea per screen, orange as a sharp accent only.

   Keep this file as @import lines ONLY — add rules in base/ or tokens/.
   ========================================================================= */

@import "./fonts/fonts.css";
@import "./tokens/zenit-tokens.css";
@import "./base/zenit-base.css";
@import "./base/zenit-components.css";
