:root {
    --main-color: #587e72;
    --main-font-family: 'Iosevka Etoile Web';
    --main-font-family-code: 'Iosevka Term SS08 Web';
}

body {
    /* font-size: 1.2rem; */
    /* line-height: 1.5rem; */
    max-width: 60em;
    margin: auto;
    font-family: var(--main-font-family);
}

blockquote {
    font-style: italic;
    border-left: 2px solid;
    padding-left: 15px;
}

table {
    margin-top: 10px;
}
table, td, th {
  border: 1px solid;
}

table td,
table th {
    padding: 3px;
}

/* copy a few from https://orgmode.org/worg/style/worg.css */

h2 {
    color: var(--main-color);
    border-bottom: 1px solid #ddd;
    margin-top: 1.5em;
    padding-bottom: 8px;
}

h3 {
    color: var(--main-color);
    margin-left: 0.6em;
}

h4 {
    color: var(--main-color);
    margin-left: 1.2em;
}

a {
    color: black;
    text-decoration: underline var(--main-color);
}

a:hover {
    color: var(--main-color);
}

footer {
    font-size: 0.8rem;
}

/* override org-default.css */
#org-div-home-and-up {
    font-size: inherit;
}

pre {
    font-family: var(--main-font-family-code);
}
