:root {
  --blue-primary: #1565C0;
  --blue-mid: #2196F3;
  --blue-light: #E3F2FD;
  --blue-dark: #0C447C;
  --blue-deeper: #042C53;
  --midnight: #0A1628;
  --cloud: #F5F8FF;
  --steel: #64748B;
  --border: rgba(0,0,0,0.08);
  --white: #ffffff;
  --text: #0F1923;
  --text-muted: #64748B;
  --radius-md: 8px;
  --radius-lg: 14px;
  --font-display: 'Syne', sans-serif;
  --font-body: 'Inter', sans-serif;
}
