@font-face {
  font-family: "RobotoBlack";
  src: url('webFonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoBlackItalic";
  src: url('webFonts/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoBold";
  src: url('webFonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoBoldItalic";
  src: url('webFonts/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoItalic";
  src: url('webFonts/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoLight";
  src: url('webFonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoLightItalic";
  src: url('webFonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoMedium";
  src: url('webFonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoMediumItalic";
  src: url('webFonts/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoRegular";
  src: url('webFonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoThin";
  src: url('webFonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "RobotoThinItalic";
  src: url('webFonts/Roboto-ThinItalic.ttf') format('truetype');
}

