@font-face {
    font-family: 'Peugeot';
    src: url('peugeot_italic.eot');
    src: url('peugeot_italic.eot?#iefix') format('embedded-opentype'),
         url('peugeot_italic.woff2') format('woff2'),
         url('peugeot_italic.woff') format('woff'),
         url('peugeot_italic.ttf') format('truetype'),
         url('peugeot_italic.svg#peugeotregular') format('svg');
    font-style: italic;
}
@font-face {
    font-family: 'Peugeot';
    src: url('peugeot_bold.eot');
    src: url('peugeot_bold.eot?#iefix') format('embedded-opentype'),
         url('peugeot_bold.woff2') format('woff2'),
         url('peugeot_bold.woff') format('woff'),
         url('peugeot_bold.ttf') format('truetype'),
         url('peugeot_bold.svg#peugeotbold') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'Peugeot';
    src: url('peugeot_normal.eot');
    src: url('peugeot_normal.eot?#iefix') format('embedded-opentype'),
         url('peugeot_normal.woff2') format('woff2'),
         url('peugeot_normal.woff') format('woff'),
         url('peugeot_normal.ttf') format('truetype'),
         url('peugeot_normal.svg#peugeotregular') format('svg');
}