/* Open Sans (Apache License 2.0), self-hosted. No Roboto: Loogle names Roboto
   without loading it, so its header falls back to Helvetica/Arial; ours does too. */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/opensans-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/opensans-regular.ttf) format('truetype');
}
