/* DSEG7 Modern — 7-segment LCD display font
   Source: https://github.com/keshikan/DSEG (v0.46, OFL license)
   Used for: timer displays, circular progress percentages, countdown numbers */

@font-face {
  font-family: 'DSEG7 Modern';
  src: url('/design/fonts/DSEG7Modern-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DSEG7 Modern';
  src: url('/design/fonts/DSEG7Modern-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DSEG7 Modern';
  src: url('/design/fonts/DSEG7Modern-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
