@font-face {
    font-family: 'IBMPlexSans';
    src: url('/static/IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    src: url('/static/Merriweather.ttf') format('truetype');
}

body {
    background: #18171c;
    color: #e9d4ce;
}

.header {
    border-bottom: 1px solid #3333333b;
    font-family: "IBMPlexSans";
}

.header #menu a {
    color: #eeeeee;
}

.header #menu a:hover {
    color: #e9d4ce;
}

.content {
    color: #dfd9d9;
}

.content h1, .content h2, .content h3 {
    font-family: "Merriweather";
}

.content h1 {
    font-size: 50px;
}

article.main-content {
    font-size: 18px;
    font-family: "IBMPlexSans";
}

article.blog-content {
    font-size: 18px;
    font-family: "IBMPlexSans";
}

h1.blog-name {
    font-family: "Merriweather";
}

h1.blog-name a {
    color: #e9d4ce;
}

h1.post-title {
    font-family: "IBMPlexSans";
    font-size: 40px;
}

i.post-date {
    font-size: 15px;
}

article.post-content {
    color: #e6e6e6;
}

article.post-content h1 {
    font-size: 30px;
}

article.post-content blockquote {
    color: #888;
    border-left: 4px solid #888;
}

article.post-content a {
    color: #af9cfb;
}

div.bloginfo {
    border-bottom: 1px solid #3333333b;
}

span.bloginfo {
    font-size: 20px;
    font-family: "IBMSansPlex";
}

footer.footer {
    font-family: "Merriweather";
    border-top: 1px solid #3333333b;
    color: #757575;
}

.footer a {
    color: #757575;
}

.footer a:hover {
    color: #fff;
}

i.caption {
    color: #555;
    font-size: 15px;
}

p code {
    background: #282c34;
    color: #abb2bf;
}

a.link {
    color: #795EB5;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

a.action {
    text-decoration: none;
    color: #d2c5ff;
}

a.action:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 850px) {
    .content h1 {
        font-size: 30px !important;
    }

    article.main-content {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 850px) {
