@font-face {
  font-family: 'DS-Digital';
  src: url('/fonts/DS-Digital-Regular.eot');
  src: url('/fonts/DS-Digital-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/DS-Digital-Regular.woff2') format('woff2'),
       url('/fonts/DS-Digital-Regular.woff') format('woff'),
       url('/fonts/DS-Digital-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.theme--font-digital {
  font-family: 'DS-Digital';
  font-weight: 400;
  font-style: normal;
}
