:root {
  --primary: #6ABF69;
  --accent:  #F7F9F8;
  --text:    #222222;
}
body { background: var(--accent); color: var(--text); }
a, .link, .blue { color: var(--primary) !important; }
.ba, .b--moon-gray { border-color: #e6e6e6 !important; }
.bg-light-gray { background: #f8f8f8 !important; }
button, .btn, .bg-primary { background: var(--primary) !important; border-color: var(--primary) !important; }
.btn, .link, a:hover { opacity: .92; }
.post-content img { border-radius: 6px; }

