/* ============================================================
   TY MABEE - FIELD JOURNAL · cascade layer order
   ------------------------------------------------------------
   This file exists only to declare the order of the layers.
   It must be the FIRST stylesheet linked, but because @layer
   order is fixed by first declaration, the remaining sheets may
   arrive in any order without changing the cascade.

   WARNING: unlayered CSS beats ALL layered CSS. Every rule in
   this project must live inside a layer. Adding one unlayered
   stylesheet would silently win every conflict.
   ============================================================ */

@layer reset, tokens, base, layout, components, chrome, features, motion, print;
