@font-face {
  font-family: 'Bounded';
  font-style: normal;
  font-weight: 300;
  src: url(Bounded-Light.woff);
  src: url('Bounded-Light.woff') format('woff'),
    url(Bounded-Light.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Bounded';
  font-style: normal;
  font-weight: 400;
  src: url(Bounded-Regular.woff);
  src: url('Bounded-Regular.woff') format('woff'),
    url(Bounded-Regular.otf) format('opentype');
  font-display: swap;
}