@font-face{
    font-family: 'peugeot_expanded';
    src: url('police/peugeot/peugeot_expanded_normal-webfont.eot');
    src: url('police/peugeot/peugeot_expanded_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('police/peugeot/peugeot_expanded_normal-webfont.woff2') format('woff2'),
         url('police/peugeot/peugeot_expanded_normal-webfont.woff') format('woff'),
         url('police/peugeot/peugeot_expanded_normal-webfont.ttf') format('truetype'),
         url('police/peugeot/peugeot_expanded_normal-webfont.svg#peugeot_expandedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'peugeot';
    src: url('police/peugeot/peugeot_normal-webfont.eot');
    src: url('police/peugeot/peugeot_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('police/peugeot/peugeot_normal-webfont.woff2') format('woff2'),
         url('police/peugeot/peugeot_normal-webfont.woff') format('woff'),
         url('police/peugeot/peugeot_normal-webfont.ttf') format('truetype'),
         url('police/peugeot/peugeot_normal-webfont.svg#peugeotregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	font-family: peugeot;
    /*font-size: 18px;*/
	/*outline: none;*/
}

.pointer:hover{
    cursor: pointer;
}