/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --primitive-color-ink: #000000; /** Measured from the current public site. */
  --primitive-color-paper: #ffffff; /** Measured from the current public site. */
  --primitive-color-muted: #7a7a7a; /** Measured current site gray #7a7a7a. */
  --primitive-color-soft: #e5e5e5; /** Measured current site surface #e5e5e5. */
  --primitive-color-violet: #5138ed; /** Measured current site interaction color #5138ed. */
  --primitive-color-success: #127d41; /** Trial only semantic success color, selected for AA contrast on white. */
  --primitive-color-error: #ab1317; /** Trial only semantic error color, selected for AA contrast on white. */
  --primitive-color-ink-soft: #1a1a1a; /** Trial only dark surface step for evidence panels. */
  --primitive-color-violet-dark: #3b22c8; /** Trial only violet text variant with 9.34 to 1 contrast on white. */
  --primitive-color-violet-light: #9b8fff; /** Trial only violet text variant with 7.77 to 1 contrast on black. */
  --primitive-color-muted-aa: #666666; /** Trial only muted text correction because the measured #7a7a7a source value is 4.29 to 1 on white and misses AA for body text. */
  --primitive-space-2: 8px; /** Compiler safe trial mirror of the canonical 8px dimension. */
  --primitive-space-3: 12px; /** Compiler safe trial mirror of the canonical 12px dimension. */
  --primitive-space-4: 16px; /** Compiler safe trial mirror of the canonical 16px dimension. */
  --primitive-space-6: 24px; /** Compiler safe trial mirror of the canonical 24px dimension. */
  --primitive-space-8: 32px; /** Compiler safe trial mirror of the canonical 32px dimension. */
  --primitive-space-12: 48px; /** Compiler safe trial mirror of the canonical 48px dimension. */
  --primitive-space-16: 64px; /** Compiler safe trial mirror of the canonical 64px dimension. */
  --primitive-space-24: 96px; /** Compiler safe trial mirror of the canonical 96px dimension. */
  --primitive-radius-sharp: 2px; /** Sharp evidence rail edge for the isolated trial. */
  --primitive-radius-control: 8px; /** Accessible control edge for the isolated trial. */
  --primitive-radius-pill: 999px; /** Reserved for compact tags only. */
  --primitive-font-family-display: Arial, Helvetica, sans-serif; /** Trial substitution because Clash Grotesk license and redistribution evidence remain open. */
  --primitive-font-family-body: Arial, Helvetica, sans-serif; /** System safe preview stack. */
  --primitive-font-weight-regular: 400;
  --primitive-font-weight-medium: 500;
  --primitive-font-weight-semibold: 600;
  --primitive-font-weight-bold: 700;
  --primitive-motion-fast: 120ms; /** Compiler safe trial mirror. */
  --primitive-motion-base: 220ms; /** Compiler safe trial mirror. */
  --primitive-motion-ease: 0.2,0.8,0.2,1;
  --semantic-layout-container: 1140px; /** Client First container large default adopted for the isolated trial. */
  --semantic-control-min-target: 48px; /** Minimum interactive target for the trial. */
  --semantic-color-background: var(--primitive-color-paper); /** Primary page background. */
  --semantic-color-foreground: var(--primitive-color-ink); /** Primary text and structure. */
  --semantic-color-surface-muted: var(--primitive-color-soft); /** Quiet evidence surface. */
  --semantic-color-text-muted: var(--primitive-color-muted-aa); /** AA compliant muted body text for the isolated trial. */
  --semantic-color-action: var(--primitive-color-violet); /** Primary action and focus signal. */
  --semantic-color-action-text: var(--primitive-color-paper); /** Text on the action color. */
  --semantic-color-focus: var(--primitive-color-violet); /** Keyboard focus indicator. */
  --semantic-color-success: var(--primitive-color-success); /** Success message and confirmation state. */
  --semantic-color-error: var(--primitive-color-error); /** Validation and error state. */
  --semantic-color-surface-dark: var(--primitive-color-ink-soft); /** Dark evidence surface, used as a deliberate proof field rather than alternating section rhythm. */
  --semantic-color-accent-on-light: var(--primitive-color-violet-dark); /** AA compliant violet signal for small text on paper surfaces. */
  --semantic-color-accent-on-dark: var(--primitive-color-violet-light); /** AA compliant violet signal for small text on ink surfaces. */
  --semantic-layout-section-space: var(--primitive-space-24); /** Default desktop section rhythm. */
  --semantic-layout-content-gap: var(--primitive-space-8); /** Default content gap. */
  --semantic-control-radius: var(--primitive-radius-control);
  --semantic-motion-duration: var(--primitive-motion-base);
  --semantic-motion-easing: var(--primitive-motion-ease);
}
