@font-face {
  font-family: 'VAG Rounded';
  src: url('../fonts/vag-rounded-thin.woff2') format('woff2'),
       url('../fonts/vag-rounded-thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VAG Rounded';
  src: url('../fonts/vag-rounded-light.woff2') format('woff2'),
       url('../fonts/vag-rounded-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VAG Rounded';
  src: url('../fonts/vag-rounded-bold.woff2') format('woff2'),
       url('../fonts/vag-rounded-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VAG Rounded';
  src: url('../fonts/vag-rounded-black.woff2') format('woff2'),
       url('../fonts/vag-rounded-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}