:root {
  --font-main: "Red Hat Display", "Avenir Next", "Segoe UI", sans-serif;
  --font-accent: "Syne", "Trebuchet MS", sans-serif;

  --bg-main: #f4f6fb;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text-main: #1f2433;
  --text-subtle: #5a637a;
  --line: rgba(39, 52, 93, 0.16);

  --brand: #2f57d8;
  --brand-dark: #1d3892;
  --accent: #e6852b;
  --action-surface: #ffffff;
  --action-surface-muted: #eef3fb;
  --action-line: rgba(41, 66, 132, 0.22);
  --info-surface: #fbf8f2;
  --info-line: rgba(131, 114, 86, 0.18);
  --info-accent: #7f6950;
  --trust-surface: #eef5ef;
  --trust-line: rgba(94, 143, 109, 0.22);

  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;

  --shadow-soft: 0 14px 36px rgba(20, 35, 86, 0.12);
  --shadow-strong: 0 24px 60px rgba(23, 31, 62, 0.2);
}
