.static-page-content {
    line-height: 2;

    ol {
        list-style: auto;

        li {
            margin-inline-start: 3ch;
        }
    }

    ul {
        list-style: disc;

        li {
            margin-inline-start: 3ch;
        }
    }

    i, em {
        display: inline-block;
        transform: skew(-10deg, 0);
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-weight: bolder;
    }

    h1 {
        font-size: xx-large;
    }

    h2 {
        font-size: x-large;
    }

    h3 {
        font-size: larger;
    }

    h4 {
        font-size: large;
    }

    h5 {
        font-size: medium;
    }

    h6 {
        font-size: small;
    }

    code {
        background-color: color(from #0e0e0e r g b / .5);
    }
}