/* === Open Sans === */

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

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

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

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


/* === Oswald === */

/* oswald-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('oswald-v57-latin-regular.woff2') format('woff2');
}

/* oswald-700 - latin (bold) */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('oswald-v57-latin-700.woff2') format('woff2');
}

