/* Basic site styles combining Bootstrap baseline with small custom tweaks */
/*.site-header {
  background: #0d6efd;
  color: white;
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.site-header .logo a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125rem;
}
.main-nav a {
  color: rgba(255,255,255,0.95);
  margin-left: 0.75rem;
  text-decoration: none;
  font-weight: 500;
}
.main-nav a:hover { text-decoration: underline; }
.hero { background: white; border-radius: 6px; padding: 2rem; }*/

/* small custom tweaks */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
}
