@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/AtkinsonHyperlegibleNextVF-Variable.ttf");
}


@font-face {
  font-family: "Monaspace Neon";
  src: url("fonts/MonaspaceNeonVarVF.ttf");
}

@font-face {
  font-family: "Recursive";
  src: url("fonts/RecursiveMonoLnrSt-Regular.ttf");
}


svg {
    color: #b4bad6;
}

svg:hover {
    color: #9eba32ff;
}

#container {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  /* min-height: 100vh; */
  /* display: flex;
  flex-direction: column; */
}

#container > * {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #container > * {
    width: auto;
    margin: 0 1.2em;
  }
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    border-bottom: none;
    border-top: none;
}

h1 {
    font-size: 32pt;
    font-weight: lighter;
}

h2 {
    font-size: 26pt;
    font-weight: lighter;
}

h3, .article-index-title {
    font-size: 22pt;
    font-weight: lighter;
}

h4 {
    font-size: 20pt;
    font-weight: lighter;
}

h5, h6 {
    font-size: 18pt;
    font-weight: lighter;
}

h6 {
    font-style: italic;
    font-weight: lighter;
}

footer.main {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #1e202b;
    color: #b4bad6;
    font-family: 'Atkinson Hyperlegible Next', 'sans-serif';
    font-size: 14pt;
    line-height: 1.3;
    font-weight: lighter;
    padding-top: 20px;
    padding-bottom:20px;
}

nav ul {
    list-style: none;
}

nav a {
    border: none;
}

time, a#sitename, div.highlight, div.highlight span, div.linenodiv, div.linenodiv span, code {
    font-family: 'Recursive', 'monospace' !important;
}

a#sitename {
    font-weight: lighter;
}

.article-index-title {
    margin-left: 20px;
}

.article-index-title a {
    border-bottom: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px dotted #ffffff;
    font-weight: normal;
}

a:visited {
    color: #ffffff;
}

a:hover, a#sitename:hover {
    border-bottom: 2px solid #9eba32ff;
    color: #9eba32ff;
}

.article-index-time {
    font-size: 14pt;
}

a#sitename, a#sitename:visited {
    font-size: 28pt;
    border-bottom: none;
    border-top: none;
}

main {
    padding-top: 100px;
    padding-bottom: 100px;
}

hgroup, hgroup h1 {
    text-align: center;
}

div.article-index {
    margin-bottom: 10px;
}

article {
    font-size: 18pt;
}

article header {
    line-height: 1.2;
}

.article-tags {
    margin: 0;
    font-style: italic;
}

.article-tags a {
    font-weight: lighter;
}

article footer, .article-tags, .article-time {
    font-size:14pt;
}

article img {
    max-width: 90%;
}

h2.article {
    margin: 0;
}

nav#paginator {
    margin-top: 50px;
    text-align: center;
}

nav#paginator ul li {
    display: inline-block;
}

div#pages-list, #social {
    margin-bottom: 30px;
}

div#pages-list {
    list-style: none;
}

pre { 
    margin: 0;
}

div.highlight {
    font-size: 14pt;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.6) !important;
}

div.linenodiv, div.linenodiv span {
    background: rgba(0, 0, 0, 0) !important;
}

div.linenodiv span {
    color: #838aa5 !important;
}

div.linenodiv{
    margin-right: 8px;
}

div.highlight {
    border-radius: 8px;
}

div.highlight, code {
    padding: 4px;
}

img {
    display: block;
    margin: auto;
    border-radius: 8px;
}

#social {
    display: flex;
     justify-content: center;
     gap: 20px;
}

#social a, a.feed, a.feed:hover, a.feed:visited {
    border: 0;
}
