@font-face {
    font-family: "Geist Pixel Square";
    src: url("fonts/GeistPixel-Square.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

a {
    font-weight: bold;
    color: black;
}

a[href]:not([href^="http://"]):not([href^="https://"]):not([href^="//"]):not(
        [href^="mailto:"]
    ):not([href^="tel:"]) {
    padding: 0 0.1em;
    background-color: #adb3ff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

a[target="_blank"]::before {
    content: "↗";
    display: inline-block;
    margin-right: 0.25em;
    font-weight: normal;
    text-decoration: none;
}

body {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-family: "Geist Pixel Square", monospace;
    line-height: 1.5;
}

#articles {
    margin: 5rem 0;
    padding-left: 0;
}

#articles > li {
    list-style: none;
}

#articles > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2 {
    font-weight: 800;
}

h1 {
    font-size: 1.3rem;
}

h2 {
    margin-top: 2rem;
    font-size: 1.2rem;
}
