h1 {
    font-size: 2rem;
    font-weight: 800;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

h4 {
    font-size: 1.0rem;
    font-weight: 400;
}

p {
    padding-top: 1rem;
}

ul {
    padding-left: 1.5rem;
}

ul li {
    text-decoration: dashed;
}