/* CLASSIC THEME */

body * {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

h1 {
    font-weight: 600;
    line-height: 1.37;
    margin-bottom: 8px;
}

h2 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

h3 {
    font-weight: 700;
    line-height: 1.2;
}

span, p, ul, ol {
    font-size: 13px;
}

.callout-text {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}

input, button {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
}