:root {
  /* Spacing — one scale, used everywhere */
  --space-4xs: 0.125rem;
  --space-3xs: 0.25rem;
  --space-2xs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.25rem;
  --space-xl: 1.75rem;
  --space-2xl: 2.5rem;

  /* Type */
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.8125rem;
  --text-md: 0.9375rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --leading: 1.5;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-full: 9999px;

  /* Colour — a quiet neutral shell so the map and the parcels carry the colour */
  --color-text: #16181d;
  --color-text-soft: #5f6672;
  --color-text-faint: #8b929e;
  --color-surface: #ffffff;
  --color-surface-sunken: #f6f7f9;
  --color-border: #e3e6ea;
  --color-border-strong: #cfd4db;
  --color-focus: #2563eb;

  --color-primary: #16181d;
  --color-primary-hover: #2c313a;

  /* The three meanings on the map, reused in the list so the eye can pair them */
  --color-land: #2563eb;
  --color-land-soft: #eff4ff;
  --color-building: #dc2626;
  --color-building-soft: #fef2f2;
  --color-saved: #15803d;
  --color-saved-soft: #f0fdf4;
  --color-highlight: #f97316;
  --color-danger: #b91c1c;

  --shadow-sm: 0 1px 2px rgb(16 24 40 / 0.06);
  --shadow-md: 0 4px 14px rgb(16 24 40 / 0.1);
  --shadow-lg: 0 12px 32px rgb(16 24 40 / 0.14);

  --panel-width: 34rem;
}
