@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/roboto-bold.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/roboto-medium.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/roboto-regular.ttf");
  font-display: fallback;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/roboto-light.ttf");
  font-display: fallback;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src:
    local('Roboto-Regular'),
    url("fonts/roboto-regular.ttf");
  font-display: fallback;
}
