/* ==========================================================================
   The Upcoming — Self-hosted fonts
   Replaces Google Fonts external requests for Open Sans + Open Sans Condensed
   Files located in /wp-content/assets/fonts/
   ========================================================================== */

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

/* 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-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./open-sans-v44-latin-600.woff2') format('woff2');
}

/* open-sans-700 - latin */
@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-condensed-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./open-sans-condensed-v24-latin-300.woff2') format('woff2');
}

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