@font-face {
  font-family: 'SFLight';
  src: url('../fonts_landing/SFProDisplay-Light.ttf');
}
@font-face {
  font-family: 'SFRegular';
  src: url('../fonts_landing/SFProDisplay-Regular.ttf');
}
@font-face {
  font-family: 'SFMedium';
  src: url('../fonts_landing/SFProDisplay-Medium.ttf');
}
@font-face {
  font-family: 'SFSemibold';
  src: url('../fonts_landing/SFProDisplay-Semibold.ttf');
}
@font-face {
  font-family: 'SFBold';
  src: url('../fonts_landing/SFProDisplay-Bold.ttf');
}
@font-face {
  font-family: 'SFBlack';
  src: url('../fonts_landing/SFProDisplay-Black.ttf');
}

/*Roboto*/

@font-face {
  font-family: 'Roboto_Light';
  src: url('../fonts_landing/Roboto-Light.ttf');
}
@font-face {
  font-family: 'Roboto_Regular';
  src: url('../fonts_landing/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto_Medium';
  src: url('../fonts_landing/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto_Bold';
  src: url('../fonts_landing/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto_Black';
  src: url('../fonts_landing/Roboto-Black.ttf');
}