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


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


@font-face {
  font-family: 'Roundo';
  src: url('../fonts/Roundo-Medium.woff2') format('woff2'),
       url('../fonts/Roundo-Medium.woff') format('woff'),
       url('../fonts/Roundo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

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