body {
    text-align: justify;
}

#legal-links {
    font-size: 1.25rem !important;
}

h1 {
    font-size: 3rem !important;
}

h2 {
    font-size: 2rem !important;
    margin: 1.5rem 0 1rem !important;
}

h4 {
    font-size: 1.6rem !important;
    margin-bottom: 0.5rem !important;
}

h1,
h2,
h4 {
    font-weight: bold  !important;
    line-height: 1 !important;
}

ol {
    list-style-type: auto !important;
    padding-left: 2rem !important;
}

ol li {
    padding-top: 0;
}

ol li::marker {
    display: block;
    font-size: 2rem !important;
    font-weight: bold !important;
}

ol ol {
    list-style-type: lower-alpha !important;
    padding-left: 2rem !important;
    margin-top: 1rem !important;
}

ol ol ol {
    list-style-type: lower-roman !important;
    padding-left: 2rem !important;
}

ol ol > li {
    margin-bottom: 1rem !important;
}

ol ol li::marker {
    font-size: 1.6rem !important;
}

ol ol ol li::marker {
    font-size: 1.25rem !important;
}

p {
    margin-bottom: 1rem !important;
}

ul {
    list-style-type: disc !important;
    padding-left: 2rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

ol ol ul {
    list-style-type: disc;
    padding-left: 2rem !important;
}
