/* Open Sans - Self-hosted fonts */

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

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

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

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

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

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