:root {
  --forest-950: #031e15;
  --forest-900: #073323;
  --forest-800: #0a4932;
  --green-700: #087c42;
  --green-600: #08a45b;
  --green-400: #38d783;
  --mint-100: #e7f5ed;
  --mint-50: #f2f8f4;
  --ivory: #faf9f5;
  --white: #ffffff;
  --ink: #0b2118;
  --muted: #5e7068;
  --line: #dbe7df;
  --teal: #168c8c;
  --yellow: #f4c84a;
  --shadow-sm: 0 12px 34px rgba(3, 45, 30, .08);
  --shadow-lg: 0 28px 90px rgba(3, 45, 30, .16);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shell: min(1320px, calc(100vw - 48px));
  --header-height: 84px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}
