@font-face {
  font-family: 'Roboto-Thin';
  src: url(../assets/fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(../assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url(../assets/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(../assets/fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'Roboto-Black';
  src: url(../assets/fonts/Roboto-Black.ttf);
}
/* body{
  background-color: rgb(25, 25, 25) !important;
}
h1,h2,h3,h4,p,a,ul,li{
color:white !important
} */