:root {
  --tomato: #e94735;
  --tomato-dark: #c93527;
  --leaf: #2f7d58;
  --leaf-bright: #8bcf75;
  --forest: #12392b;
  --forest-2: #0b2a20;
  --ink: #1d2521;
  --muted: #65716b;
  --cream: #f5f3ec;
  --paper: #fbfaf6;
  --white: #fff;
  --line: #d9ddd7;
  --spectral-a: #f2b04a;
  --spectral-b: #d94b6f;
  --spectral-c: #7255b7;
  --shadow: 0 24px 70px rgba(11, 42, 32, .11);
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 34px;
  --container: 1280px;
  --font-display: "Manrope", "Aptos Display", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Aptos", "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
