/* Shared Reach brand theme. */
:root {
  --reach-midnight-navy: #0B1D3A;
  --reach-teal: #00A8A8;
  --reach-geospatial-blue: #2563EB;
  --reach-slate: #64748B;
  --reach-light-terrain: #F4F6F8;
  --reach-white: #FFFFFF;

  --reach-font-display: "Space Grotesk", "Inter", "Segoe UI", Arial, sans-serif;
  --reach-font-body: "Inter", "Segoe UI", Arial, sans-serif;

  --reach-radius-sm: 8px;
  --reach-radius-md: 14px;
  --reach-radius-lg: 24px;
}
