/*
 * @Copyright(c) 2015-Present. Allocate Smartly (https://allocatesmartly.com/contact/) All rights reserved
 *
 * FAS-244 P0: the single, first-loaded cascade-layer declaration (FAS-202).
 * Layer precedence is fixed by this first-seen order, not by enqueue order —
 * this file must stay the first layered stylesheet WordPress prints.
 *
 * Vendor stylesheets (MemberPress, DataTables, Highcharts, Vite bundles) are
 * UNLAYERED and therefore beat every layer below — managed per FAS-202
 * (docs/frontend/css-architecture.md), not here. Do not add rules to this file.
 */

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