/* ==========================================================================
   ArkNode Studio — shared entry stylesheet.

   Import order is load-bearing: color tokens, then typography tokens, then
   the base layer that consumes both.

   Every page links this file first and its own page stylesheet second:

     <link rel="stylesheet" href="assets/css/styles.css">
     <link rel="stylesheet" href="assets/css/site.css">

   Page stylesheets are deliberately not imported here — frames.html has no
   use for the marketing page's rules, and index.html has no use for the
   review chrome.

   Font faces are loaded from the document head; see tokens/typography.css
   for why.
   ========================================================================== */

@import './tokens/colors.css';
@import './tokens/typography.css';
@import './base.css';
