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

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


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