@font-face {
    font-family: 'DIN Bold';
    src: url('../polices/DINBold.ttf');
}
  
@font-face {
    font-family: 'DIN Regular';
    src: url('../polices/DINRegular.ttf');
}

body {
    margin: 0;
    background-color: #fff;
    font-family: 'DIN Regular';
}