@font-face {
    font-family: 'D-DIN';
    src: url('/Assets/fonts/D-DIN.woff2') format('woff2'), url('/Assets/fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'D-DIN', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.language-switch {
    position: absolute;
    top: 10px;
    right: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .language-switch li {
        display: inline-block;
        margin-left: 10px;
    }

    .language-switch a {
        text-decoration: none;
        color: #333;
        padding: 5px;
    }

        .language-switch a:hover {
            background-color: #ccc;
        }
