/* ============================================================================
   IK Studios File System — master stylesheet
   Link this single file from every template:
     <link rel="stylesheet" href="../../styles/iks-documents.css">
   ----------------------------------------------------------------------------
   Order matters: tokens (variables) → fonts → base → components → print.
   ========================================================================== */
@import "tokens.css";
@import "fonts.css";
@import "base.css";
@import "components.css";
@import "print.css";

/* Style guide: printable documents are ivory paper in every OS appearance.
   Portal chrome may follow dark mode; sheets never become forest-on-forest. */
html,
html[data-theme="dark"],
html[data-theme="light"],
body[data-doc] {
  color-scheme: light;
}
