/* ЛИНИЯ — редактируемые токены. Внешние шрифты не загружаются. */
:root {
  --color-bg: #080f15;
  --color-surface: #0e1922;
  --color-surface-raised: #14222e;
  --color-border: #26343f;
  --color-text: #f5f7fa;
  --color-muted: #a8b6c5;
  --color-accent: #ffda21;
  --color-accent-hover: #ffe561;
  --color-accent-pressed: #e8c215;
  --font-body: Arial, Helvetica, sans-serif;
  --container: 1280px;
  --radius-card: 18px;
  --radius-button: 10px;
  --space-section: 96px;
  --header-height: 84px;
  --transition: 180ms ease;
}
