:root {
  --font-display: "Space Grotesk", 'Hanken Grotesk', system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, monospace;
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/uploads/q27wY9eGMOLWqseRYxn1l-hanken-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/uploads/kSlHcwGwYwiurqXFcr6EU-space-grotesk-latin.woff2") format("woff2");
}
:root {
  --green-50: hsla(120, 65.22%, 95.49%, 1);
  --green-100: hsla(120, 64.71%, 90%, 1);
  --green-200: hsla(120, 63.64%, 80.59%, 1);
  --green-300: hsla(120, 61.29%, 69.61%, 1);
  --green-400: hsla(120, 57.89%, 59.02%, 1);
  --green-500: hsla(126.09, 53.33%, 47.06%, 1);
  --green-600: hsla(128.04, 57.14%, 38.43%, 1);
  --green-700: hsla(128.86, 55.7%, 30.98%, 1);
  --green-800: hsla(130.31, 51.61%, 24.31%, 1);
  --green-900: hsla(134.63, 48.24%, 16.67%, 1);
  --forest-950: hsla(140, 33.33%, 7.06%, 1);
  --forest-900: hsla(145.71, 33.33%, 8.24%, 1);
  --forest-800: hsla(146.67, 30%, 11.76%, 1);
  --forest-700: hsla(144, 28.74%, 17.06%, 1);
  --forest-600: hsla(143.64, 27.27%, 23.73%, 1);
  --forest-500: hsla(147, 24.39%, 32.16%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --neutral-50: hsla(60, 21.74%, 95.49%, 1);
  --neutral-100: hsla(60, 17.95%, 92.35%, 1);
  --neutral-200: hsla(60, 13.43%, 86.86%, 1);
  --neutral-300: hsla(60, 10.28%, 79.02%, 1);
  --neutral-400: hsla(60, 6.52%, 63.92%, 1);
  --neutral-500: hsla(60, 4.64%, 46.47%, 1);
  --neutral-600: hsla(60, 5.26%, 33.53%, 1);
  --neutral-700: hsla(60, 5.98%, 22.94%, 1);
  --neutral-800: hsla(60, 5.56%, 14.12%, 1);
  --neutral-900: hsla(60, 7.69%, 7.65%, 1);
  --color-success: hsla(128.04, 57.14%, 38.43%, 1);
  --color-success-bg: hsla(120, 65.22%, 95.49%, 1);
  --color-warning: hsla(34.1, 83.56%, 42.94%, 1);
  --color-warning-bg: hsla(38.4, 80.65%, 93.92%, 1);
  --color-danger: hsla(2.8, 61.48%, 47.84%, 1);
  --color-danger-bg: hsla(3.75, 66.67%, 95.29%, 1);
  --color-info: hsla(193.27, 63.41%, 32.16%, 1);
  --color-info-bg: hsla(194.12, 54.84%, 93.92%, 1);
  --text-muted: hsla(144, 7.54%, 39.02%, 1);
  --text-on-dark-muted: hsla(141, 11.63%, 66.27%, 1);
}