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

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

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

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