@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css);
body {    
    font-family: 'Fira Code';
    font-variant-ligatures: additional-ligatures;
    background-color: #282828;
    color: #ebdbb2;
}
h1 {
    color: #689d6a;
}
h2 {
    color: #d65d0e;
}
h3 {
    color: #b16286;
}
h4 {
    color: #d79921;
}
h5 {
    color: #98971a;
}
h6 {
    color: #cc241d;
}
blockquote {
    font-style: italic;
    color: #98971a;
}

.posts {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
.separator {
    color: #ebdbb2;
    font-size: 30px;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
code {
    color: #458588;
    font-family: 'Fira Code';
    font-size: 16px;
    white-space: pre-wrap;
}

iframe {
    border: none;
}
