:root {
    --text: #D1D1D1;
    --link: #2EA85B;
    --link_visited: #2EA85B;
    --accent1: #D1D1D1;
    --accent2: #D1D1D1;
    --background: #262626;
    --code: #2A5532;
    --button-text: #282a36;
    --blockquote: #2A5532;
    --field: #2A5532;
    --note: #2A5532;
    --mark: #FFFF99;
}

body {
    font-family: var(--font_geometric_humanist);
}

p {
  hyphens: auto;
}

a {
    text-decoration: none;
}

b, strong {
    text-decoration: underline;
    text-decoration-color: var(--code);
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.5rem;
    text-underline-offset: -0.25rem;
}

.e-content, .post-content {
    text-align: justify;
    text-justify: inter-word;
}