@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Josefin+Sans&family=Josefin+Slab:wght@400;600&display=swap');

#copyright {
    font-size: 50%;
}

.capsule {
    background-color: white;
    box-shadow: 0 0 0.1em black;
    padding: 1em;
}

.capsule fieldset {
    border-style: solid;
    border-width: thin;
    margin: 0 0 0.5em;
}

.capsule hr {
    border-style: dotted none;
}

.capsule input {
    margin: 0.25em 0;
}

.container {
    margin: 0 auto;
    max-width: 120vmin;
}

.google-auto-placed {
    background-image: url('loading.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.google-auto-placed *[data-ad-status="unfilled"] {
    display: none !important;
}

.maru {
    font-family: 'Hachi Maru Pop', monospace !important;
}

.sans {
    font-family: 'Josefin Sans', sans-serif !important;
}

.slab {
    font-family: 'Josefin Slab', serif !important;
}

:focus {
    outline: none !important;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
    text-underline-position: under;
}

a:hover {
    text-decoration-style: solid;
}

a.lit {
    color: lightslategray;
    text-decoration: none;
    text-shadow: -0.15em 0.2em 0.1em lightgray;
}

a.lit:hover {
    color: black;
    text-decoration: none;
    text-shadow: -0.15em 0.1em 0.1em lightgray;
}

address {
    font-family: 'Josefin Slab', serif;
    font-style: unset;
    text-align: right;
}

b, strong {
    font-weight: 600;
}

body {
    background-color: #F5F5F5;
    color: #333333;
}

body>div {
    visibility: hidden;
}

details>summary {
    line-height: 2em;
    list-style-type: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

details>summary::before {
    content: '\FF0B';
    display: inline-block;
    font-family: 'Hachi Maru Pop', monospace;
    text-align: center;
    width: 1em;
}

details>summary~* {
    margin: 0 0.5em;
}

details[open]>summary::before {
    content: '\FF0D';
}

details[open]:not(.nav, .nil) {
    padding-bottom: 1em;
}

details.nav>summary::before {
    content: '\FF0B';
}

details.nav[open]>summary::before {
    content: '\3000';
}

details.nil>summary::before {
    content: '\3006';
}

details.nil[open]>summary::before {
    content: '\3000';
}

dfn {
    font-style: unset;
}

dfn[title], dfn>abbr[title] {
    border-bottom-style: dotted;
    border-width: thin;
    text-decoration: none;
}

em {
    font-style: unset;
}

em::after {
    content: ' ';
}

em::before {
    content: '#';
    display: inline-block;
    text-align: right;
    width: 1em;
}

h1, h2 {
    font-family: 'Hachi Maru Pop', monospace;
}

h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif;
}

hr {
    border-color: #DDDDDD #EEEEEE #FFFFFF #FFFFFF;
    border-style: solid solid solid none;
    border-width: thin;
}

hr+p {
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}

input {
    font-family: monospace;
}

li {
    line-height: 1.5em;
    margin: 0.25em 0 0.25em 0;
}

li li {
    margin: 0.25em 1em;
}

li ul {
    padding: 0;
}

p {
    font-family: 'Josefin Slab', serif;
}

span {
    display: inline-block;
}

th {
    font-weight: 600;
}

var {
    font-style: unset;
}
