@font-face {
    font-family: 'din';
    src: url('fonts/DIN-Regular.ttf') format('truetype');
}

html, body{
   margin: 0;
   padding:0;
   display: block
}

body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: "din","Roboto",sans-serif;
    font-size: 16px;
    line-height:1.5;
    background-color:#f0f0f0;
}


