:root {
  --bg-main: #edf6ff;
  --bg-soft: #edf5ff;
  --surface: #ffffff;
  --surface-alt: #f4f8ff;
  --primary: #0e599d;
  --primary-dark: #0e599d;
  --primary-soft: #d7e6ff;
  --text-main: #15233b;
  --text-muted: #5f6f89;
  --success: #1d9151;
  --danger: #c73d3d;
  --border-soft: #d7e2f3;
  --shadow-soft: 0 12px 28px rgba(33, 73, 130, 0.15);
  --shadow-card: 0 8px 20px rgba(26, 59, 106, 0.08);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --container-max: 1200px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --font-body: "Manrope", sans-serif;
  --font-heading: "Manrope", sans-serif;
  --font-size-base: 16px;
  --nav-height: 74px;
}
