@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

* {
    color: #222;
    font-family: "Pretendard Variable", sans-serif;
}
body {
    max-width: 80ch;
    margin: 0.5rem 1.5rem;
}
header {
    font-size: 0.75rem;
}
code {
    background-color: #eaeaea;
    color: #000;
    font-family: monospace;
    font-weight: 500;
    display: inline-flex;
    padding: 0 4px;
}
a {
    color: red;
}
blockquote {
    background-color: whitesmoke;
    padding-inline: 0.5rem;
    margin-inline: 2rem;
}
p,
li {
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    font-weight: 600;
    &::before {
        color: darkgray;
        vertical-align: top;
        font-size: 0.5rem;
        font-weight: 500;
    }
}

h2::before {
    content: "h2 ";
}
h3::before {
    content: "h3 ";
}
h4::before {
    content: "h4 ";
}
h5::before {
    content: "h5 ";
}
h6::before {
    content: "h6 ";
}
