/* -- Variable -- */
:root {
    --primary: #6B3684;
    --secondary: #6B3684;
}

/* -- Typography -- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

h1,
.h1 {
    letter-spacing: 0px;
}

h3,
.h3 {
    letter-spacing: 0px;
}

.text-display-1 {
    font-size: clamp(48px, 10vw, 90px);
    line-height: clamp(48px, 10vw, 90px);
    letter-spacing: -0.01em;
}


.faq-accordion_item-5 p{ font-size: 22px; font-weight: 500; color: #6B3684}

.faq-accordion_item-5 .text-body-4{font-size: 19px; font-weight: 400; line-height: 26px; color: black;}

@media (min-width: 992px) {
    .tf-header-5 .logo-site {
        margin-top: -8px !important;
    }
}