label.required:before {
    content: "*";
    color: var(--color-pomegranate);
}

code {
    border-radius: 5px;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.text-justify {
    text-align: justify;
}

textarea {
    resize: none;
}