.document {
    font-family: Arial, sans-serif;
    line-height: 1.2;
}

.document h1 {
    font-size: 18pt;
    font-weight: bold;
}

.document h3 {
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
}

.document h4 {
    font-size: 12pt;
    font-weight: bold;
}

.document p {
    font-size: 12pt;
}

.document .text-sm {
    font-size: 12pt;
}

.document .text-lg {
    font-size: 14pt;
}

.whitespace-pre-line {
    white-space: pre-line !important;
    margin-top: -1.75rem !important;
}
