@font-face {
    font-family: "Berkeley Mono";
    font-weight: 100 150;
    src: url("./BerkeleyMonoVariable-Regular.woff2") format("woff2-variations");
}

html {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    font-family: "Berkeley Mono";
    font-weight: 100;
}

h2 {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 1.33em;
}

code {
    font-weight: 600;
}

sup a {
    margin-left: 3px;
    margin-right: 2px;
    text-decoration: none;
}

blockquote {
    margin-top: 2em;
    margin-left: 0;
    padding-left: 1em;
    border-left: 2px solid #bdbdbd;
}

img {
    width: 100%;
}

ol {
    counter-reset: item;
}

li {
    position: relative;
    list-style: none;
}

li::before {
    content: "["counter(item)"]";
    counter-increment: item;
    font-weight: 125;
    position: absolute;
    right: calc(100% + 14px);
}
