:root {
    color-scheme: dark;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("/static/JetBrainsMono[wght].woff2") format("woff2");
    font-weight: 100 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("/static/JetBrainsMono-Italic[wght].woff2") format("woff2");
    font-weight: 100 800;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "JetBrains Mono", monospace;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    word-wrap: break-word;
    background-color: #000;
    color: #f2f2f2;
}

#particles-js {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#content {
    position: relative;
    z-index: 2;
}

i {
    font-style: italic;
}

pre {
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

ul {
    margin: 10px 0;
}

blockquote {
    padding-left: 10px;
    margin-left: 20px;
}

#responseinfo {
    padding-top: 25px;
}

footer {
    text-align: center;
    padding-top: 25px;
}

pre {
    background: #0f0f0f;
}

a {
    color: #24e32b;
}

button {
    font-family: "JetBrains Mono", monospace;
    border: 2px solid #303030;
    background-color: #545454;
    border-radius: 6px;
    padding: 0px 20px;
}

button:hover {
    cursor: pointer;
}

#grey,
#gray {
    color: #a8a8a8;
}

.gmi-link {
    margin: 4px 0px;
}

blockquote {
    border-left: 4px solid #999;
    color: #a8a8a8;
}

h1 {
    height: auto;
    line-height: 0.8;
}

.small {
    font-size: 16px;
    color: #999;
}

header {
    padding: 20px 0px;
    text-align: center;
    margin: 0 auto;
}

nav {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 500px) {
    nav {
        flex-direction: column;
        gap: 4px;
    }
}

.projects div {
    padding-bottom: 2px;
}
