@font-face {
    font-family: Basteleur;
    src:
        local("Basteleur"),
        url("/pages/webring/Basteleur-Bold.woff2") format("woff");
}

@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    background-color: #001703;
    background-image: url("/pages/webring/cartographer.png");
    color: white;
}


p, #index, code {
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width: min(80%, 800px);
    text-align: center;
    display: block;
    margin: 0 auto;
}

code {
    font-family: monospace;
    text-align: left;
    color: #B8E986;
    overflow-x: auto;
}

.inlinecode {
    font-family: monospace;
    color: #B8E986;
}

a {
    color: white;
}


ul {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

li {
    padding: 10px;
    background: #B8E986;
    border-radius: 10px;
    margin: 5px;
    width: fit-content;
    list-style: none;
    display: inline-block;
}

li > a {
    text-decoration: none;
    color: black;
}

.title, .title > a {
    font-family: Basteleur, serif;
    font-size: 3em;
    color: #B8E986;
}

.subtitle, .subtitle > a {
    font-size: 1em;
    font-style: italic;
}