.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1, h2, h1 a, h2 a {
    font-family: 'Arvo', serif;
}
h1, h1 a,
h2.feature-title {
font-size: 36px;
  margin: 0 0 1em 0;
}
h2 {
font-size: 1.5rem;
margin: 2.5rem 0;
}
@media all and (min-width: 20em) {
}
h2.feature-title.reverse {
color: #ffffff;
margin-top: 0;
}
h3, h3 a {
    font-weight: 400;
    }
h3.feature-title {
font-size: 1.8rem;
  margin: 0 0 1em 0;
}
h3.product-shop-card,
h2.product-shop-card {
font-size: 21px;
margin: 0 0 1rem 0;
}
body, p, a, li {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #372608;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-rendering: optimizeLegibility;
}
#toolbar-bar p, #toolbar-bar a, #toolbar-bar li {
font-size: 13px;
}
.site-footer, .site-footer p, .site-footer a, .site-footer li {
    color: #ffffff;
}
a,
.link {
  color: #eb6000;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #372608;
}

a:active,
.link:active {
  color: #372608;
}