/**
 * YenSid Design System - RunsNative Brand Bundle
 *
 * Brand: "RunsNative"
 *
 * Warm amber brand with DM Sans typography and splash-derived neutral ramp.
 * Follows the standard 4-layer pattern with shared @property registrations.
 *
 * Usage:
 *   In design-system/index.css:
 *     @import url('./brands/runsnative/index.css');
 *
 * See YEN-552 for @layer and @property rationale.
 */

/* Layer ordering — declared first, controls cascade priority */
@layer primitives, brand, semantics, themes, components, utilities, overrides;

/* @property registrations — shared across all brands, outside any layer */
@import url('../../property-registrations.css');

/* Layer 1: Primitive tokens (stable foundation) */
@import url('./primitives.css') layer(primitives);

/* Layer 2: Brand color ramp */
@import url('./brand.css') layer(brand);

/* Layer 3: Semantic tokens (schema + light defaults) */
@import url('./semantics.css') layer(semantics);

/* Layer 4: Dark mode overrides */
@import url('./dark.css') layer(themes);
