/* open sans regular */
@font-face {
  font-family: 'open_sansregular';
  src: url(https://fonts.ddstudios.us/opensans-regular-webfont.woff2)
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* open sans light */
@font-face {
  font-family: 'open_sanslight';
  src: url(https://fonts.ddstudios.us/opensans-light-webfont.woff2)
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* open sans semibold */
@font-face {
  font-family: 'open_sanssemibold';
  src: url(https://fonts.ddstudios.us/opensans-semibold-webfont.woff2)
    format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
