/**
 * Design System v2 — legacy-токены (гости и база для залогиненных до preview-override).
 * Бирюза и Normalidad — прежняя гамма Mindray Online.
 */
:root {
  --color-primary: #05c3dd;
  --color-primary-hover: #14c1de;
  --color-primary-press: #04a8be;
  --color-on-primary: #ffffff;
  --color-accent: #fdc500;

  --text-strong: #121212;
  --text-body: #2b3742;
  --text-muted: #6b7884;
  --text-link: #05c3dd;

  --surface-page: #f5f5f5;
  --surface-card: #ffffff;
  --surface-sunken: #f5f5f5;
  --surface-brand: #05c3dd;

  --border-subtle: #eef2f5;
  --border-default: #dde3e8;
  --border-strong: #c2cad1;
  --border-focus: #05c3dd;

  --font-display: 'Normalidad Bold Var', 'Segoe UI', sans-serif;
  --font-text: 'Normalidad Regular Var', 'Segoe UI', sans-serif;
  --font-text-light: 'Normalidad Light Var', 'Segoe UI', sans-serif;
  --font-text-medium: 'Normalidad Medium Var', 'Segoe UI', sans-serif;

  --ring-color: rgba(5, 195, 221, 0.35);
  --shadow-primary: 0 8px 24px rgba(5, 195, 221, 0.28);
}