header nav img {
  max-height: 80px !important;
  max-width: 200px !important;
  height: auto;
  width: auto;
}

:root {
  --color-primary-50:  #f0fdf4;
  --color-primary-100: #dcfce7;
  --color-primary-200: #bbf7d0;
  --color-primary-300: #86efac;
  --color-primary-400: #4ade80;
  --color-primary-500: #22c55e;
  --color-primary-600: #16a34a;
  --color-primary-700: #15803d;
  --color-primary-800: #166534;
  --color-primary-900: #14532d;
  --color-primary-950: #052e16;
}

/* Post titles */
h1, h2, h3 {
  color: #15803d !important;
}

/* Navigation links */
header nav a {
  color: #15803d !important;
  text-decoration: none !important;
}

/* "Recent" section heading */
section h2 {
  color: #15803d !important;
}

/* Blockquote border */
blockquote {
  border-left-color: #22c55e !important;
}

