body {
    font-family: 'Inter', sans-serif;
    background-color: #121212;
    color: #e0e0e0;
}

.masthead {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #1f1f1f;
}

.masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0e0e0;
}

.divider-custom {
    margin: 1.25rem 0;
}

.divider-custom .divider-custom-line {
    width: 100%;
    height: 0.25rem;
    background-color: #e0e0e0;
}

.divider-custom .divider-custom-icon {
    font-size: 2rem;
    color: #e0e0e0;
}

.page-section {
    padding: 6rem 0;
    background-color: #1f1f1f;
}

.page-section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0e0e0;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #b0b0b0;
}

.navbar-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e0e0e0;
}

.nav-link {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
}

.navbar-toggler {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
}

.navbar-toggler .fas {
    font-size: 1.25rem;
    color: #e0e0e0;
}

.bg-primary {
    background-color: #1f1f1f;
}

.bg-secondary {
    background-color: #2c2c2c;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #e0e0e0;
}

.text-center {
    text-align: center;
}
