/* alegreya-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/alegreya-sans-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../ownfonts/alegreya-sans-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body.site {
  background: #F9F5F1 !important;
  font-family: 'Alegreya Sans' !important;
  color: #5a3929 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alegreya Sans' !important;
  color: #b9bf38 !important;
}
.container-header, .container-footer, .footer {
  background-color: #b9bf38 !important;
  background-image: none !important;
  margin: 0 !important;
}
.container {
  position: relative;
  max-width: 940px !important;
}