/* ════════════════════════════════════════════════════════════════════════════
   sleeppi-base.css — prototype base (import #1, before the token shim)
   ----------------------------------------------------------------------------
   Declares the WebTUI @layer order once (so component rules in oscar-webtui.css
   attach predictably) and applies theme-invariant font plumbing. All colour
   tokens live in sleeppi-tokens.css (import #2) + sleeppi-themes.css (import #3).
   PROTOTYPE / SAMPLE only.
   ════════════════════════════════════════════════════════════════════════════ */
@layer base, utils, components;

@layer base {
  html { font-family: var(--font-family); font-size: var(--font-size); line-height: var(--line-height); }
}
