/* Self-hosted/system font stacks to avoid third-party requests */
body {
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", "Georgia", serif !important;
}

.secondary-font, #secondary-font {
    font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", "Georgia", serif;
}

.primary-font, #primary-font {
    font-family: "Avenir Next", Avenir, "Helvetica Neue", "Segoe UI", sans-serif;
}

.default-font, #default-font {
    font-family: "Avenir Next", Avenir, "Helvetica Neue", "Segoe UI", sans-serif;
}
