/** * @file * Cascade layer order for the druid theme. * * Earlier layers lose to later ones in the cascade, regardless of selector * specificity. Unlayered CSS beats all layered CSS — if you author a new * stylesheet for this theme, wrap it in the appropriate @layer block. * * - reset: modern-normalize and any browser-default resets. * - tokens: :root custom property definitions (colors, spacing, type). * - base: element-level defaults (body, headings, links, lists). * - layout: page-level structural rules (regions, grids, containers). * - components: discrete UI components and Drupal core overrides. * - utilities: single-purpose helpers; intentionally wins last. */ @layer reset, tokens, base, layout, components, utilities;