@font-face {
    font-family: "Source Code Pro";
    src: url("/SourceCodeVF-Upright.ttf.woff2") format("woff2-variations");
}

body, h1, h2, h3 {
    font-family: sans-serif;
}

h1 {
    font-size: 40px;
}

p {
    line-height: 1.5em;
}

a {
    color: inherit;
}

a.brand {
    display: block;
    letter-spacing: -0.060em;
    font-family: "Source Code Pro", monospace;
    font-size: 27px;
    font-weight: 600;
    text-decoration: none;
}

span.dotcom {
    color: hsl(208, 35%, 50%);
}

div.title {
    position: absolute;
}

img.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

div.block {
    display: flex;
    position: absolute;
    justify-content: center;
}

div.block h3 {
    font-size: 18px;
    font-weight: 600;
}

div.tile {
    /* https://www.joshwcomeau.com/css/center-a-div/ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    text-align: center;
    background: hsl(208, 75%, 50%, 0.4);
}

a:hover div.tile {
    background: hsl(208, 75%, 50%, 0.3);
}

div.eg {
    font-family: "Source Code Pro", monospace;
    height: 40px;
    font-size: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.name {
    font-family: "Source Code Pro", monospace;
    font-size: 20px;
    height: 80px;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.label {
    font-family: sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.horizrule {
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
}

div.horizline {
    border-top: 1px solid hsl(208, 75%, 50%, 0.4);
    position: absolute;
}

div.vertline {
    border-left: 1px solid hsl(208, 75%, 50%, 0.4);
    position: absolute;
}

@media (prefers-color-scheme: dark) {
    body {
        color: #eee;
        background: #0f0f0f;
    }

    img.logo {
        margin-right: 0;
    }
}

span.reserved {
    opacity: 0.2;
}

.iconlink {
    text-align: center;
    margin-top: -10px;
}

.iconlink img {
    vertical-align: middle;
    margin: 0 10px;
}
