@font-face {
    font-family: 'DINComp';
    src: url('/public/fonts/DINComp.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "DINComp", sans-serif;
    align-items: center;
}