/* ==========================================================================
   DOT INCORPORATE — global stylesheet
   Imports the full bespoke design system. Component-scoped styling is avoided
   intentionally: all interactive classes are managed by client-side JS and
   must therefore live in global scope.
   ========================================================================== */

@import "./tokens.css";
@import "./base.css";
@import "./nav.css";
@import "./hero.css";
@import "./sections.css";
@import "./pages.css";
@import "./responsive.css";
@import "./cinematic.css";