/*
 * Upwelling Boat — Global CSS (shared across all pages)
 *
 * Establishes the cascade layer order. The layer files themselves
 * (reset/base/components/utilities) and page-specific CSS are enqueued
 * directly in inc/enqueue.php — not @imported here — so the browser fetches
 * them in parallel instead of discovering them after this file parses.
 *
 * Layer order (lowest to highest cascade priority):
 *   reset < base < components < pages < utilities
 */

@layer reset, base, components, pages, utilities;