:root {
  --color-brand-100: 255 255 255;
  --color-brand-200: 0 119 57;
  --color-brand-300: 205 182 132;
  --color-brand-400: 181 176 131;
  --color-brand-450: 42 51 47;
  --color-brand-500: 65 76 56;
  --color-brand-600: 61 87 64;
  --color-brand-700: 13 38 25;
  --color-brand-800: #00ff00;
  --color-brand-900: 0 0 0;
  --font-primary: 'Libre Caslon Text', sans-serif;
  --font-secondary: 'Montserrat', sans-serif;
  --font-primary-size: 10px;
  --font-secondary-size: 16px;
}

