:root {
    --bs-primary-rgb: 0, 70, 121;
}
.btn-primary {
    --bs-btn-bg: #004679;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
}

.btn {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 700!important;
}

#footer {
    font-size: 12px;
}

#footer li {
    list-style: none;
    margin-bottom: 10px;
}

#footer a {
    color: #282828;
}