/*
 * @Copyright(c) 2015-Present. Allocate Smartly (https://allocatesmartly.com/contact/) All rights reserved
 *
 * FAS-244 P0: design-token superset schema, seeded with the CURRENT palette
 * (values verified against style.css usage counts). This file defines the
 * schema every P1a design candidate must be expressible in; the winning
 * direction replaces VALUES (and may extend the schema) in one
 * values-and-schema PR — same variable names, new numbers.
 *
 * Rules (docs/frontend/css-architecture.md, FAS-202):
 *  - Raw hex lives ONLY here (Stylelint color-no-hex is disabled for this file).
 *  - New component CSS consumes var(--as-*); legacy style.css stays frozen.
 *  - Designers edit values here; developers own schema changes.
 */
@layer tokens{:root{--as-color-brand:#f26c4f;--as-color-brand-strong:#e97e42;--as-color-brand-soft:#fdf0ed;--as-color-brand-edge:#f9c4b8;--as-color-working:#377d97;--as-color-working-strong:#5590a6;--as-color-ink:#484d51;--as-color-text:#666;--as-color-text-muted:#999;--as-color-border:#dddddd;--as-color-border-soft:#efefef;--as-color-surface:#f9f9f9;--as-color-surface-page:#fff;--as-color-error:#f26c4f;--as-color-error-soft:#fdf0ed;--as-color-warning:#e97e42;--as-color-success:#377d97;--as-font-body:'Open Sans',Helvetica,Arial,sans-serif;--as-font-heading:Montserrat,Helvetica,Arial,sans-serif;--as-font-numeric:var(--as-font-body);--as-space-1:8px;--as-space-2:16px;--as-space-3:24px;--as-space-4:32px;--as-space-6:48px;--as-space-8:64px;--as-radius:4px;--as-shadow-1:0 1px 3px rgb(0 0 0 / 0.12);--as-shadow-2:0 4px 12px rgb(0 0 0 / 0.15);--as-focus-ring:2px solid var(--as-color-working);--as-focus-offset:2px;--as-motion-fast:120ms;--as-motion-base:180ms}}