.decision-tree__answers {
    font-size: var(--font-size, 1rem);
}

.decision-tree__answer {
    color: var(--color, #000000);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-style: var(--font-style, normal);
    font-weight: var(--font-weight, normal);
    line-height: var(--line-height, inherit);
}
