body {
    background-color: #000207;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.hero-heading {
    font-family: 'Noto Serif', serif;
    max-width: 950px;
    font-weight: 600;
    line-height: 70px !important;
}

.hero-subtext {
    color: white;
}

.strong-subtext {
    font-weight: 600;
}

.intro-heading {
    font-family: 'Noto Serif', serif;
    color: white;
        line-height: 50px !important;
        font-weight: 500;
}

.intro-sub {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.purple-txt {
    color: #997CFF;
}

.rotation-section {
    width: 100%;
    height: 400px;
    background: red;
}

.outer-circ {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: yellowgreen;
}

.inner-circ {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: salmon;
}

.footer-bg {
    background-color: rgb(112 34 197);
}

/* Waitlist Form Custom Styles */
.waitlist-form input[type="email"]::-webkit-input-placeholder { color: #b3b3cc; }
.waitlist-form input[type="email"]:-ms-input-placeholder { color: #b3b3cc; }
.waitlist-form input[type="email"]::placeholder { color: #b3b3cc; }
.waitlist-form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #7454E3;
}
.waitlist-form button:active {
    transform: scale(0.97);
}
.waitlist-form {
    max-width: 600px;
    margin: 0 auto;
}