@font-face {
	font-family: 'normal';
  src: url('/fonts/PTSans/PTSans-Regular.ttf');
}

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

@font-face {
	font-family: 'normal';
  src: url('/fonts/PTSans/PTSans-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'bold';
  src: url('/fonts/PTSans/PTSans-BoldItalic.ttf');
	font-style: italic;
  font-weight: 400;
}
