@import url("/fonts/Calendas-Plus-Complete-Webfont/Calendas-Plus-Regular-Webfont/stylesheet.css");
@import url("/fonts/Calendas-Plus-Complete-Webfont/Calendas-Plus-Bold-Webfont/stylesheet.css");
@import url("/fonts/Calendas-Plus-Complete-Webfont/Calendas-Plus-Italic-Webfont/stylesheet.css");

@media (max-width: 959px) {
    body {
        padding: 1rem;
    }
}

@media (min-width: 960px) {
    body {
        padding: 0.25in 0.62in 0.4in 0.62in;
    }
}

html {
    background-color: rgb(249,248,246);
}

body {
    font-family: "Calendas Plus";
    font-feature-settings: "kern" 1, "liga" 1;
    font-size: 21px;
    margin: 0.25in auto;
    max-width: 800px;
}

h1, h2, h3, h4, h5, h6 {
    font-variant-ligatures: discretionary-ligatures;
}

h1 {
    text-align: center;
    font-variant: small-caps;
    font-feature-settings: "swsh" 1;
    font-style: normal;
}

blockquote {
    background-color: #eee;
    margin: 1rem 2rem;
    padding: 0.25rem 2rem;
}

blockquote > footer {
    padding-bottom: 1.4rem;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #eee;
}

td, th {
    border: 1px solid #999;
    padding: 0.5rem 1rem;
}
