@font-face {
  font-family: Roboto;
  src: url('fonts/Roboto-Regular.ttf');
  font-display: swap;
}

@font-face {
  font-family: Roboto-B;
  src: url('fonts/Roboto-Bold.ttf');
  font-display: swap;
}

@font-face {
  font-family: Roboto-M;
  src: url('fonts/Roboto-Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family: Roboto-I;
  src: url('fonts/Roboto-Italic.ttf');
  font-display: swap;
}
