/* General
================================================== */
body {
  font-family: "Open Sans", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, .gui-page-title, .title-font, .btn, .native-select.qty-select {
  font-family: "Bree Serif", Helvetica, sans-serif;
  color: var(--black);
  font-weight: 400 !important;
}

/* Headlines */
.headlines .headline-1 {
  background-image: url('');
}

.headlines .headline-2 {
	background-image: url('');
}

.headlines .headline-3 {
	background-image: url('');
}
/* End headlines */

/* Dashboard */
.gui.gui-account a.gui-button-small {
	background: var(--accent) !important;
  border-color: var(--accent) !important;
  height: 45px;
  display: flex;
  align-items: center;
  font-family: "Bree Serif", Helvetica, sans-serif;
  font-weight: 500 !important;
  justify-content: center;
}

.gui.gui-account a.gui-button-link {
	color: var(--accent);
  text-decoration: underline;
  font-weight: 600;
}
#account-dashboard .recent-orders .recent-order .btn{
  background-color: #dcd9d9;
}
#account-dashboard .buttons .return-btn{
	background-color: #dcd9d9;
}