/* Adds local font */
@font-face {
  font-family: 'RobotoBlack';
  src: url('Roboto/Roboto-Black.ttf');
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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