[x-cloak] {
  display: none !important;
}

body {
  background: #f4faff !important;
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: "Geologica", sans-serif;
  font-weight: inherit;
  font-size: 18px;
  font-size: 1rem;
  line-height: var(--ast-body-line-height, 1.65);
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
}

a {
  color: #5691c8;
}

#ast-scroll-top {
  background: #d3eaff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #24394b;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding-top: 5px;
}
