@font-face {
    font-family: 'NunitoSans';
    src: url('/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;   /* supports the full range of weights */
    font-stretch: 75% 125%; /* if the font supports width axis */
    font-style: normal;
}

p {
    line-height: 3ch;
}

hr {
    border: none;
    border-bottom: 2px dotted #555;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -1px;
}

body {
    font-family: "NunitoSans", sans-serif;
    background: #1c1c1c;
    color: #ddd;
    width: 100ch;
    margin: auto;
}

a {
    color: cadetblue;
    text-decoration: none;
}

header {
    font-family: "Liberation Mono", "Consolas", monospace;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6666664f;
    padding: 2ch 0 2ch 0;
    line-height: 1;
}
.mainlink {
    font-size: 3.5ch;
    font-weight: bold;
}
.mainlink a {
    color: #AC5C5F;
}
header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

pre {
    background: #111111;
    border: 1px solid #222;
    padding: 15px;
    border-radius: 4px;
}
pre code {
    border: none;
    padding: 0;
}
code {
    font-family: monospace;
    font-size: 14px;
}

li {
    padding: 6px;
}

.linklistcats {
    text-align: center;
    line-height: 40px;
}
.linklistcats a {
    background: #111;
    color: #ddd;
    padding: 5px;
    border-radius: 5px;
}
.linklist {
    line-height: 3ch;
}

.footerlinks td {
    text-align: center;
}

.blogindex td {
    padding: 5px 0 5px 0;
}

.blogindex td:nth-child(1) {
    text-align: right;
    width: 8ch;
}

.blogindex td:nth-child(2) {
    padding-left: 20px;
}

.pagecontent {
    width: 80%;
    margin: auto;
}
