/**
 * Drupal theme for Mote.hu
 *
 * @file
 *   fonts.css
 *
 * @font-face definitions
 *
 * Created by Attila Beregszaszi <attila@frontseed.com> - Front Seed Labs
 */

@font-face {
  font-family: 'PTSansNarrow';
  src: url('../fonts/ptn57f-wf.eot');
  src: url('../fonts/ptn57f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ptn57f-wf.woff') format('woff'),
       url('../fonts/ptn57f-wf.ttf') format('truetype'),
       url('../fonts/ptn57f-wf.svgz#PTSansNarrowRegular') format('svg'),
       url('../fonts/ptn57f-wf.svg#PTSansNarrowRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSansNarrow';
  src: url('../fonts/ptn77f-wf.eot');
  src: url('../fonts/ptn77f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ptn77f-wf.woff') format('woff'),
       url('../fonts/ptn77f-wf.ttf') format('truetype'),
       url('../fonts/ptn77f-wf.svgz#PTSansNarrowBold') format('svg'),
       url('../fonts/ptn77f-wf.svg#PTSansNarrowBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/pts55f-wf.eot');
  src: url('../fonts/pts55f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/pts55f-wf.woff') format('woff'),
       url('../fonts/pts55f-wf.ttf') format('truetype'),
       url('../fonts/pts55f-wf.svgz#PTSansRegular') format('svg'),
       url('../fonts/pts55f-wf.svg#PTSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/pts56f-wf.eot');
  src: url('../fonts/pts56f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/pts56f-wf.woff') format('woff'),
       url('../fonts/pts56f-wf.ttf') format('truetype'),
       url('../fonts/pts56f-wf.svgz#PTSansItalic') format('svg'),
       url('../fonts/pts56f-wf.svg#PTSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/pts75f-wf.eot');
  src: url('../fonts/pts75f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/pts75f-wf.woff') format('woff'),
       url('../fonts/pts75f-wf.ttf') format('truetype'),
       url('../fonts/pts75f-wf.svgz#PTSansBold') format('svg'),
       url('../fonts/pts75f-wf.svg#PTSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/pts76f-wf.eot');
  src: url('../fonts/pts76f-wf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/pts76f-wf.woff') format('woff'),
       url('../fonts/pts76f-wf.ttf') format('truetype'),
       url('../fonts/pts76f-wf.svgz#PTSansBoldItalic') format('svg'),
       url('../fonts/pts76f-wf.svg#PTSansBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
