/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: url('open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

