@font-face {
  font-family: Raleway;
  src: url(../fonts/raleway/Raleway-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins/Poppins-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins/Poppins-SemiBold.ttf) format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}


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

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

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

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-MediumItalic.ttf) format('truetype');
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Bold.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-BoldItalic.ttf) format('truetype');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Black.ttf) format('truetype');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-BlackItalic.ttf) format('truetype');
  font-style: italic;
  font-weight: 900;
}
