/*
  Override default refinery formatting below.
  Formatting applies to backend WYSIWYG editors and all frontend.
*/

body {
  font-family: museo-sans, helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

h1, h2, h3 {
  font-family: minerva-modern, Optima, Georgia, serif;
  font-weight: 400;
}

h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: .9;
  margin: .5em 0;
}

strong, b {
  font-weight: 500;
}

a {
  color: #5e5850;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

mark {
  background-color: #EDE4D9;
}
.link-styles-fancy-button {
  display: inline-block;
  background-color: #8e3403;
  color: #fff;
  text-decoration: none;
  padding: 3px 7px;
  cursor: pointer;
  position: relative;
}

.link-styles-fancy-button:hover {
  background-color: #b84505;
  color: #fff;
}

.link-styles-fancy-button:active {
  top: 1px;
}

