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

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

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

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

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('./roboto/Roboto-ExtraBold.woff2') format('woff2'),
    url('./roboto/Roboto-ExtraBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./roboto/Roboto-Black.woff2') format('woff2'),
    url('./roboto/Roboto-Black.woff') format('woff');
  font-display: swap;
}
