:root {
  --chrome: #071a32;
  --bg: #eef3f8;
  --surface: #ffffff;
  --surface-2: #dde8f2;
  --text: #102033;
  --muted: #53667a;
  --border: #c0d0df;
  --primary: #0d6f8f;
  --primary-strong: #083f59;
  --primary-soft: #dff1f4;
  --accent: #f4c542;
  --accent-soft: #fff2bd;
  --danger: #b42318;
  --success: #24734d;
  --warning: #9b6200;
  --shadow: 0 22px 48px rgba(7, 26, 50, 0.18);
}
