@font-face {
    font-family: 'Formula1-Regular';
    src: url('/fonts/Formula1-Regular.ttf') format('truetype');
}

body {
    font-family: 'Formula1-Regular';
}

.logo a {
    color: black;
    text-decoration: none;
}

.btn-link, .nav-link {
    color: #2E57A4 !important;
}

.nav-link:hover {
    color: #222F5E !important;
}

.btn-primary {
    background-color: #2E57A4 !important;
}

.btn-primary:hover {
    background-color: #222F5E !important;
}
