/* =============================
   OPEN SANS — WOFF2 Webfonts
   ============================= */

/* 300 Light */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 400 Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 600 SemiBold */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 700 Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 300 Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* 400 Regular Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 600 SemiBold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('opensans/OpenSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
