/* Import the Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Custom styles */
.bg-dark {
    background-color: #0E1C2F !important;
}

.navbar-brand, .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
}
