/* ============================================================
 * Sessionably — Public token entry point
 * ------------------------------------------------------------
 * The single CSS file the public-facing surfaces (landing,
 * legal pages, onboarding, signup, client portal, session-join,
 * etc.) include in order to consume the canonical design tokens.
 *
 * This file deliberately contains no token declarations of its
 * own. It re-exports the foundation tokens via @import so that
 * the foundation remains the single source of truth and the
 * public layer cannot drift from it by construction.
 *
 * Source of truth:
 *   public/app-foundation/styles/tokens.css
 *
 * Posture references:
 *   docs/ux/DESIGN-SYSTEM.md
 *   docs/philosophy/02-CALMNESS-CONSTRAINT.md
 *
 * Web fonts (Inter, Source Serif Pro) are intentionally NOT
 * loaded here. Font loading is a per-page responsibility; each
 * consuming page declares its own <link> tags so the public
 * layer can stay framework-light and additive.
 * ============================================================ */

@import url("../app-foundation/styles/tokens.css");
