/* Kiln Review — magazine typography and chrome
   Palette: bisque #E8D9C4 · iron #2B2420 · celadon #6F8F7A · brick #A45C38 · ash #D4CEC4 */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.kr-masthead {
    font-family: Georgia, Cambria, 'Times New Roman', serif;
}

.kr-rule {
    border-top: 1px solid rgba(43, 36, 32, 0.35);
}

.essay-index li {
    border-top: 1px solid rgba(43, 36, 32, 0.15);
}

.article-body {
    white-space: pre-line;
}

::selection {
    background: #A45C38;
    color: #E8D9C4;
}
