/* Colors */
/* Blue */
/* eff8ff  aad4f5  63a2d8  3183c8  2368a2  1a4971   12283a  */

/* Grey */
/*  f8f9fa  f1f3f5  e9ecee  dee2e6  cfd4da  adb5bd  868e96  495057  343a40  21252a */

/* Green */
/*
#e3fcec
#a8eec1
#73d99f
#36c172
#239d58
#177741
#135239
 */

html,
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}

/* No underline for some <a> */
h1 > a {
  text-decoration: none;
}

.entry-title > a {
  text-decoration: none;
}

.site-title,
.site-title > a {
  color: #f8f9fa;
  font-style: italic;
}

.entry-date {
  margin: 0 0.375rem;
}
.entry-date.published {
  margin-right: 1rem;
}

.entry-content {
  line-height: 2rem;
}

.single-content {
  margin-top: 3rem;
}
.excerpt {
  font-style: italic;
  color: #495057;
}
.entry-header {
  margin-top: 1.5rem;
}
