/* Background + base text */
body {
  background-color: #0b0b0d;
  color: #e6e6e6;
}

/* Main content areas */
.site-main,
.gh-canvas,
.gh-outer,
.gh-inner {
  background-color: #0b0b0d;
}

/* Links */
a {
  color: #d7263d;
}

a:hover {
  color: #ff3c55;
}

/* Cards / posts */
.post-card {
  background: #111114;
  border: 1px solid #1c1c1f;
}

/* Titles */
.post-card-title {
  color: #ffffff;
}

/* Excerpts */
.post-card-excerpt {
  color: #b5b5b5;
}

/* Header / nav */
.site-header {
  background: #0b0b0d;
  border-bottom: 1px solid #1c1c1f;
}

/* Footer */
.site-footer {
  background: #0b0b0d;
  border-top: 1px solid #1c1c1f;
}

/* Buttons */
button,
.gh-button {
  background: #d7263d;
  color: #fff;
}

button:hover {
  background: #ff3c55;
}