:root {
    --background: #121212;
    --background-primary: #1F1B24;
    --foreground: #929090;
    --foreground-light: #FFFFFF;
    --foreground-primary: #FFFFFF; /*var(--background);*/
}

html, .header {
    background-color: var(--background);
    color: var(--foreground);

    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

a, .post-title {
    color: var(--foreground-light);
    font-family: "Lucida Console", Monaco, monospace;
}

.post-date {
    opacity: 0.5;
    font-size: medium;
    margin-bottom: 0.3em;
}

.post-title {
    font-size: 1.17em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

code {
    color: var(--foreground-light);
}
