/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
h1, h2, h3 {
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
}
h4, h5, h6 {
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
}