.paragraph-style {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    text-shadow: 1px 1px 0px var(--graycool1000);
}

.faq-paragraph-style {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.tutorial-paragraph-style {
    font-size: 16px;
    color: var(--graycoo300);
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 8px;
}

.sobre-paragraph-style-container {
    padding: 16px 16px 16px 16px;
    background-color: var(--graycool0);
    color: var(--graycool1000);
    border-radius: 8px;
}

.sobre-paragraph-style {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 8px;
}

