:root {
  --olive-900: #252d12;
  --olive-800: #354018;
  --olive-700: #4f5d20;
  --olive-600: #69792b;
  --olive-500: #83933b;
  --olive-300: #c8d17d;
  --brown-700: #6e3c22;
  --purple-500: #8d5a91;
  --cyan-500: #4da8ac;
  --ink-950: #0b0d0a;
  --ink-900: #111410;
  --ink-800: #1a1f18;
  --paper: #f2efe7;
  --paper-2: #e7e3d8;
  --white: #fff;
  --text: #1e221b;
  --muted: #687064;
  --line: rgba(20, 25, 17, .14);
  --line-dark: rgba(255,255,255,.13);
  --shadow: 0 24px 64px rgba(0,0,0,.18);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1220px;
  --header-height: 86px;
}
