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

/* Recharger la police de l'ancien Quark */
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;700;900&display=swap');

a, h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;  /* remplace Cal Sans */
  font-weight: 700;
  letter-spacing: normal;
}

/* Retrouver des tailles proches de Spectre.css (Quark 1) */
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }


