@font-face {
    font-family: DIN;
    src: url(/assets/font/DIN-Regular.otf);
}

*{
    font-family: DIN !important;
}

html, body{
    min-height: 100vh !important;
    height: fit-content;
}

nav{
    background: #343A40;
}

.nav-tabs .nav-link{
    padding: 17px 16px 10px;
}

nav{
    color: white !important;
}

nav a{
    color: #ddd !important;
    text-decoration: underline;
}

ul{
    list-style-type: none;
}