body {
    background-color: #1f1f1f;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #b4b4b0;
}

#mission, #faq {
    background-color: #f1f0ec;
}

footer {
    color: #b4b4b0;
    background-color: #000;
}

.heading-glitch {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1f0ec;
}

.heading-glitch::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40%;
    height: 5px;
    background: linear-gradient(45deg, #1bb2df 0%, #f1f0ec 100%);
    box-shadow: 2px 2px 0 #f1f0ec, -2px -2px 0 #1bb2df;
}

.quote {
    font-family: 'Playfair Display', serif;
}

#newsletter {
    background-color: #f1f0ec;
}

.coming-soon {
    color: #f8f005;
}

.card {
    border: none;
    background-color: #f1f0ec;
}

.modal-body {
    background-color: #f1f0ec;
}

