/*!
 * Open Sans Fonts
 */

 /* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("../webfonts/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../webfonts/OpenSans-Light.woff?v=1.1.0") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display:swap;
}
/* END Light */

/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("../webfonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../webfonts/OpenSans-Regular.woff?v=1.1.0") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* END Regular */

/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("../webfonts/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../webfonts/OpenSans-Semibold.woff?v=1.1.0") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display:swap;
}
/* END Semibold */

/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../webfonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../webfonts/OpenSans-Bold.woff?v=1.1.0") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display:swap;
}
/* END Bold */

/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("../webfonts/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("../webfonts/OpenSans-ExtraBold.woff?v=1.1.0") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display:swap;
}
/* END Extrabold */