/**
 * Layer6 design tokens – v0.17 alpha8.
 *
 * This file intentionally aliases the established frontend values instead of
 * replacing them. Existing selectors in style.css therefore keep the exact
 * visual output while Gutenberg, child themes and future components gain one
 * stable token vocabulary.
 */
:root {
  --layer6-color-ink: #07121f;
  --layer6-color-navy: #071b2d;
  --layer6-color-navy-2: #0a2742;
  --layer6-color-panel: #0b2d4d;
  --layer6-color-cyan: #28c8f2;
  --layer6-color-cyan-2: #6ee2ff;
  --layer6-color-white: #ffffff;
  --layer6-color-text: #f5fbff;
  --layer6-color-muted: #b4c3cf;
  --layer6-color-line: rgba(173, 226, 242, .16);
  --layer6-color-danger: #e44747;
  --layer6-color-success: #42d39a;
  --layer6-color-warning: #f2b84b;

  --layer6-radius-sm: 6px;
  --layer6-radius-md: 10px;
  --layer6-radius-lg: 14px;
  --layer6-shadow-card: 0 12px 34px rgba(0, 0, 0, .10);
  --layer6-shadow-elevated: 0 24px 80px rgba(0, 0, 0, .22);
  --layer6-transition-fast: 160ms ease;
  --layer6-transition-standard: 250ms cubic-bezier(.2, .75, .25, 1);
  --layer6-content-max: 1168px;
}
