/* Google Fonts local */

/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v33-latin-regular.woff2') format('woff2');
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #5d402d;
}

h1 {
	font-family: Merriweather, serif;
	font-size: 48px;
	color: #5d402d;
}

h2 {
	font-family: Merriweather, serif;
	font-size: 42px;
	color: #5d402d;
}

h3 {
	font-family: Merriweather, serif;
	font-size: 36px;
	color: #5d402d;
}

h4 {
	font-family: Merriweather, serif;
	font-size: 30px;
	color: #5d402d;
}

h5 {
	font-family: Merriweather, serif;
	font-size: 24px;
	color: #5d402d;
}

h6 {
	font-family: Merriweather, serif;
	font-size: 18px;
	color: #5d402d;
}
