:root {
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  --page: #F4F8FD;
  --surface: #FFFFFF;
  --ink: #102C53;
  --text: #253C5A;
  --muted: #637691;
  --brand: #205DE8;
  --brand-dark: #1648B8;
  --brand-soft: #E9F1FF;
  --sky: #CDEEFF;
  --teal: #35B8C7;
  --line: #D9E4F1;
  --star: #F3B442;
  --dark-surface: #0D2850;
  --map-surface: #E6F1FB;
  --radius-small: 12px;
  --radius-card: 24px;
  --radius-large: 34px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 55px rgba(16, 44, 83, 0.09);
  --shadow-float: 0 12px 30px rgba(16, 44, 83, 0.15);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --layout-content-max: 1180px;
  --layout-section-space: 104px;
  --header-height: 82px;
}
