/*
 * 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.
 */

/* Display/heading font: Helvetica instead of Cal Sans */
h1,
h2,
h3,
h4,
h5,
h6,
.display,
.h-display {
  font-family: Helvetica, Arial, sans-serif;
}

/* h1 / h2 — etwas kräftigere Schriftstärke */
h1 {
  font-weight: 600;
}
h2 {
  font-weight: 800;
}

/* Akzent-Strich über h2 entfernen */
h2::before {
  display: none;
}

/* h2 etwas nach oben rücken */
h2 {
  margin-top: -0.3em;
}

/* h3 mehr Platz (oben + unten) */
h3 {
  margin-top: 1.8em;
  margin-bottom: 1em;
}

