@font-face {
  font-family: 'rajdhani';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Rajdhani-Medium.ttf');
}

@font-face {
  font-family: 'rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Rajdhani-Regular.ttf');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Roboto-SemiBold.ttf');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: 'roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Roboto-Italic.ttf');
}
