/* ===== TITRES ===== */

.h1,
h1 {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 800;          /* ExtraBold */
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.h2,
h2 {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 700;          /* Bold */
  font-size: 25px;
  line-height: 1.2;
}

.h3,
h3 {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 700;          /* Bold */
  font-size: 20px;
  line-height: 1.25;
}

/* ===== TEXTE ===== */

.p,
p,
a,
li,
button,
input,
textarea,
label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink);
}

.muted {
  opacity: 0.7;
}

.link {
  color: var(--violet);
  text-decoration: none;
}

.link:active {
  opacity: 0.7;
}
