/**
 * Priemno Project B — approved production tokens.
 * Owner approval: «принимаю», 13 July 2026.
 * Registration identifier intentionally absent pending independent verification.
 */
:root {
  color-scheme: light;

  --color-background: #FFFFFF;
  --color-surface: #FBFAF9;
  --color-surface-subtle: #F3F1EE;
  --color-ink: #302F2D;
  --color-text: #484541;
  --color-muted: #6F6B67;
  --color-border: #DEDBD6;
  --color-action: #145EA8;
  --color-action-hover: #0D4D8E;
  --color-success: #24734A;
  --color-warning: #9A5700;
  --color-danger: #B23B35;

  --color-info: var(--color-action);
  --color-focus: var(--color-action);

  --font-primary: "Onest", "Segoe UI", system-ui, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  --rail: 1008px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-13: 52px;
  --space-18: 72px;
  --space-24: 96px;

  --radius-micro: 2px;
  --radius-control: 8px;
  --radius-card: 12px;
  --radius-row: 17px;
  --radius-pill: 999px;
  --radius-mobile-sheet: 28px;

  --duration-instant: 100ms;
  --duration-color: 140ms;
  --duration-transform: 180ms;
  --duration-reveal: 220ms;
  --duration-skeleton: 1200ms;
  --ease-out: cubic-bezier(.23, 1, .32, 1);

  --breakpoint-compact: 420px;
  --breakpoint-stack: 760px;
  --breakpoint-navigation: 900px;
}
