@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200;400;700&display=swap');
:root {
    color-scheme: light dark;
}

iframe {
    color-scheme: light;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
}

html:before {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
 }

body {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Mono', monospace;
    color: #282828;
    background-color: #ffffff !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 96rem;
    margin: 0 auto;
    padding-left:  1rem;
    padding-right: 1rem;
}

strong {
    color: #111111;
}

a {
    transition: all .1s ease-in-out;
    color: #108B96;
    text-decoration: none;
    text-underline-offset: 0.0rem;
    bottom: 0.0rem;
}
a:hover,
a:focus {
    position: relative;
    bottom: 0.05rem;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 0.3rem;
}
a.wavy:hover,
a.wavy:focus {
    text-decoration-style: wavy;
}
a.no-underline:hover,
a.no-underline:focus {
    bottom: 0.0rem;
    text-underline-offset: 0.0rem;
    text-decoration: none;
}

code {
    padding: .25em .5em;
    color: #108B96;
    background-color: #f9f9f9;
    border-radius: 0.6em;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.4;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f9f9f9;
}

pre code {
    border-radius: 0;
    font-weight: normal;
    color: inherit;
    background-color: transparent;
}

hr {
    position: relative;
    margin: 1rem 0;
    border: 0;
    border-top: 2px solid #e6e6e6;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem 0 1rem;
    border-radius: 0.4rem;
}

blockquote {
    padding: 0.5rem 1rem;
    margin: 0.8rem 0;
    color: #585858;
    border-left: .25rem solid #4a4a4a;
}
blockquote p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 2rem;
}
h2 {
    margin-top: 1rem;
    font-size: 1.5rem;
}
h3 {
    margin-top: 1.5rem;
    font-size: 1.25rem;
}
h4, h5, h6 {
    margin-top: 1rem;
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul, ol, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

dt {
    font-weight: bold;
}
dd {
    margin-bottom: .5rem;
}

table {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
td,
th {
    padding: .25rem .5rem;
    border: 1px solid #e5e5e5;
}
tbody tr:nth-child(even) td,
tbody tr:nth-child(even) th {
    background-color: #ffffff;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
    background-color: #f3f3f3;
}

.pagination {
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
    color: #ccc;
    text-align: center;
}

.pagination-item {
    display: block;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,0);
}
.pagination-item:first-child {
    margin-bottom: -1px;
}
a.pagination-item:focus,
a.pagination-item:hover {
    background-color: #108B96;
    text-decoration: none;
    bottom: 0;
    text-underline-offset: 0;
    color: #ffffff;
}

.post-date {
    display: block;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    color: #9a9a9a;
}

nav > ul
{
    font-style: italic;
    font-weight: lighter;
    text-transform: uppercase;
}

.container > header {
    padding: 2rem 0;
    display: block;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
}

button {
    font-family: 'IBM Plex Mono', monospace;
}

/* .comment-button {
    border: 2px solid #BC3430;
    background-color: #00000000;
    color: #004AFF;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-style: italic;
    margin: 2rem;
}
.comment-button:hover
{
    background-color: #BC3430;
    color: #ffffff;
} */
