/* Токены дизайн-системы Прометея. Источник: wiki/design_system.md (палитра выведена из style.png). */

:root {
  --c-bg:              #fdfefe;
  --c-surface-1:       #ffffff;
  --c-surface-2:       #f3f6f8;
  --c-surface-3:       #e2e9ec;
  --c-border:          #c9cfd4;
  --c-border-strong:   #6ea7b0;
  --c-text:            #062b55;
  --c-text-muted:      #6ea7b0;
  --c-text-on-primary: #ffffff;
  --c-primary:         #062b55;
  --c-primary-hover:   #0a3a72;
  --c-accent:          #ef9e53;
  --c-accent-hover:    #e88e3b;
  --c-info:            #6ea7b0;
  --c-success:         #2f9e6a;
  --c-warning:         #ef9e53;
  --c-danger:          #b14438;
  --c-warm-1:          #f9f2f0;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-sm: 0 1px 2px rgba(6, 43, 85, .06);
  --shadow-md: 0 6px 18px rgba(6, 43, 85, .08);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}