/* 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');
}

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

body {
    background-color: #f4f3e6;
    font-family: ff-meta-web-pro,'Open Sans',sans-serif !important;
    color: #4c4445;
}

div.container {
	max-width: 400px;
	margin: 0 auto;
	padding: 1rem;
}