/* Cascade layers — declared once, here. This must load before any file that
   uses a layer, so the filename starts with "_" to sort first under the
   `stylesheet_link_tag :app` glob (propshaft links files in path order; "_"
   sorts before the letter-named files/folders). Order below is authoritative;
   the order the other files load in no longer matters. Later layer wins on
   equal specificity. tokens → reset → layout → components → sections → overrides */
@layer tokens, reset, layout, components, sections, overrides;
