/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');*/

@font-face {
  font-family: 'PT Sans';
  src: url(fonts/PT_Sans-Web-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'PT Sans';
  src: url(fonts/PT_Sans-Web-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url(fonts/PT_Sans-Web-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'PT Sans';
  src: url(fonts/PT_Sans-Web-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url(fonts/PT_Sans-Narrow-Web-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url(fonts/PT_Sans-Narrow-Web-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Aleo';
  src: url(fonts/Aleo-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'Aleo';
  src: url(fonts/Aleo-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Aleo';
  src: url(fonts/Aleo-Bold.ttf);
  font-weight: 700;
}
