@font-face {
  font-family: Open Sans;
  src:
    url('/static/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff2') format('woff2'),
    url('/static/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Open Sans Light;
  src:
    url('/static/open-sans-fontface/fonts/Light/OpenSans-Light.woff2') format('woff2'),
    url('/static/open-sans-fontface/fonts/Light/OpenSans-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Open Sans Semi Bold;
  src:
    url('/static/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.woff2') format('woff2'),
    url('/static/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Open Sans Extra Bold;
  src:
    url('/static/open-sans-fontface/fonts/Extrabold/OpenSans-Extrabold.woff2') format('woff2'),
    url('/static/open-sans-fontface/fonts/Extrabold/OpenSans-Extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}