body {
    font-family: "Barlow", sans-serif;
    background: #f6f7fb;
    color: #141728;
    margin: 0;
    padding: 0;
}

body,
p,
li,
a,
span,
label,
input,
textarea,
select,
button,
body :where(:not(i):not(svg):not(path):not([class^="bx"]):not([class*=" bx-"]):not([class^="bi"]):not([class*=" bi-"])),
.description,
[class*="description"],
[class*="copy"],
[class*="intro"],
[class*="content"],
[class*="text"],
[class*="meta"],
[class*="label"],
[class*="value"] {
    font-family: "Barlow", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
.page-title,
.section-title,
.section-heading,
.card-title,
.product-title,
.blog-title,
.heading {
    font-family: 'Oswald', sans-serif !important;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main .page-title,
main .section-title,
main .section-title h1,
main .section-title h2,
main .section-heading h1,
main .section-heading h2,
main .card-title,
main .product-title,
main .blog-title,
main .heading,
main .text-dark {
    color: #6c757d !important;
}

main .text-brown,
main h1 .text-brown,
main h2 .text-brown,
main h3 .text-brown,
main h4 .text-brown,
main h5 .text-brown,
main h6 .text-brown {
    color: #c5a47e !important;
}

main p,
main li,
main .description,
main [class*="description"],
main [class*="copy"] p,
main [class*="intro"] p,
main [class*="content"] p,
main [class*="summary"] p,
main [class*="meta"],
main [class*="label"],
main [class*="value"] {
    color: #777 !important;
}

header, footer {
    color: white;
    padding: 18px 24px;
}
h2 {
    font-size: 22px;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.2;
}

p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    word-break: break-word;
}

.editor-content h2 {
    font-size: 28px;
}

.editor-content h3 {
    font-size: 22px;
}

.menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.menu li {
    position: relative;
}

.submenu,
.sub-submenu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px;
}

.menu li:hover > .submenu {
    display: block;
}

.submenu li:hover > .sub-submenu {
    display: block;
    left: 100%;
    top: 0;
}

.editor-content h2 {
    font-size: 28px;
    margin-top: 20px;
}

.editor-content h3 {
    font-size: 22px;
}

.editor-content p {
    line-height: 1.8;
}

.faq-section {
    background: #fff;
}

.faq-accordion {
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    border: 1px solid rgba(197, 164, 126, 0.32);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    padding: 18px 22px;
    color: #6c757d;
    cursor: pointer;
    list-style: none;
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #c5a47e;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 0;
    line-height: 1;
}

.faq-icon::before {
    content: "+";
    font-size: 22px;
    line-height: 1;
}

.faq-item[open] .faq-icon::before {
    content: "-";
    font-size: 24px;
    line-height: 1;
}

.faq-content {
    padding: 0 22px 20px;
}

.faq-content p {
    margin: 0;
    color: #777 !important;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 720px) {
    .faq-item summary {
        min-height: 56px;
        padding: 16px;
        font-size: 18px;
    }

    .faq-content {
        padding: 0 16px 18px;
    }
}
