* {
    margin: 0;
    padding: 0;
}


body {
    font-family: var(--font-regular);
    background-color: var(--background-color);
    color: var(--text-color);
}

/*Optional*/
h1, h2, h3 {
    font-family: var(--font-inter);
}

p {
    font-family: var(--font-regular);
}

.Hero-insights-number {
    font-family: var(--font-bold);
}

.drive-timeline h2 {
    font-family: var(--font-inter);
}


.flex {
    display: flex;
    justify-content: center;
    gap: var(--gap, 2rem);
}




.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.thought-section .thought-content .thought-contact-container,
.thought-section .thought-content .thought-contact-container .thought-contact-heading,
.thought-section .thought-content .thought-contact-container .thought-contact-inner .thought-card-body .thought-card-title,
.thought-section .thought-content .thought-contact-container .thought-contact-inner .thought-card-body p {
    color: var(--text-color-dark);
}