@font-face {
  font-family: 'Unbounded';
  src: url('Unbounded-Light.woff2') format('woff2'),
       url('Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('Unbounded-Regular.woff2') format('woff2'),
       url('Unbounded-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('Unbounded-SemiBold.woff2') format('woff2'),
       url('Unbounded-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('Unbounded-Bold.woff2') format('woff2'),
       url('Unbounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}