@font-face {
  font-family: PTSans;
  font-weight: 400;
  src: url('../fonts/PTSans-Regular.ttf');
}
@font-face {
  font-family: PTSans;
  font-weight: 700;
  src: url('../fonts/PTSans-Bold.ttf');
}
@font-face {
  font-family: Cabin;
  src: url('../fonts/Cabin-Regular.ttf');
}
@font-face {
  font-family: RobotoSlab;
  src: url('../fonts/RobotoSlab-Regular.ttf');
	font-weight: 400;
}
@font-face {
  font-family: RobotoSlab;
  src: url('../fonts/RobotoSlab-Bold.ttf');
	font-weight: 700;
}