@font-face {
    font-family: 'seat';
    src: url('police/seat/MetaWebW07-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
    font-family: seat, sans-serif;
    font-size: 18px;
    color: #333;
    /*font-weight: bold;*/
    /*font-weight: bold;*/
    /*margin-top: 18px;*/
}

.pointer:hover{
    cursor: pointer;
}