@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/eb-garamond-v15-latin-regular.woff2') format('woff2');
}

body {
    background-color: white;
    font-size: 14pt;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    border: none;
}

a, a:visited {
    color: #a00;
}

ul {
    list-style: disc;
}

/* Content Box */

body {
    max-width: 720px;
    margin: 2em auto;
}

h1:first-of-type  {
    text-align: center;
    display: block;
}

/* Article Body */

body {
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0 1em;
}

dl dd {
    /* center definitions (most useful for display equations) */
    text-align: center;
}

@media (min-width: 43.75em) {
    body {
        padding: 0;
    }
}
