.tabs h1,
.tabs h2,
.tabs h3,
.tabs h4,
.tabs h5,
.tabs h6 {
    font-family: "Inter", "sans-serif";
    color: #7351fd;
    margin-bottom: 12px;
}
.tabs h1 {
    font-size: 28px;
}
.tabs h2 {
    font-size: 26px;
}
.tabs h3 {
    font-size: 24px;
}
.tabs h4 {
    font-size: 22px;
}
.tabs h5 {
    font-size: 20px;
}
.tabs h6 {
    font-size: 18px;
}

.tabs p {
    font-family: "Inter", "sans-serif";
    color: #2f2f2ff0;
    margin-bottom: 16px;
}
.tabs ul,
.tabs ol {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 22px;
}
.tabs ul {
    list-style-type: disc;
}
.tabs ol {
    list-style-type: decimal;
}
.tabs ul li,
.tabs ol li {
    font-family: "Inter", "sans-serif";
    color: #2f2f2ff0;
    margin-bottom: 12px;
}
