@font-face {
    font-family: 'Bahnschrift';
    src: url('/fonts/Bahnschrift.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Bahnschrift', sans-serif;
    background-color: #A6A6A6;
}

nav ul {
    font-size: x-large;
}

.navbar-nav a.nav-link.active {
    color: black;
    font-weight: bolder;
    /* border-bottom: 3px solid #E30613; */
}