:root {
    --bg-default: #fbfbfb;
}

body * {
    font-family: 'Gotham', 'db_helvethaica_x', sans-serif;
}

header .menu li {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5rem;
}

header .menu a {
    padding: unset;
    font-size: .92rem;
    display: inline-block;
    line-height: 1.38rem;
    letter-spacing: normal;
}

header button {
    padding: unset;
    line-height: 2.75rem;
}

footer * {
    color: unset;
}

/** Main Begin */
#main a:hover {
    color: unset;
}

/** Main End */


/** FAQ Begin */
.faq .accordion .accordion-item {
    border: 0;
    background: var(--bg-default);
}

/** FAQ End */
