/* custom.css — surcharge visuelle Docmost */
/* custom.css — Docmost, aligné sur style.css (Quintilien) */

/* custom.css — Docmost, police Inter auto-hébergée */

@font-face {
  font-family: "Inter";
  src: url("/InterVariable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue",
               Arial, sans-serif !important;
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
  color: rgb(61, 92, 122) !important;
  font-weight: 400 !important;  /* était 300 */
  letter-spacing: -0.03rem !important;
}

[data-mantine-color-scheme="dark"] h1,
[data-mantine-color-scheme="dark"] h2,
[data-mantine-color-scheme="dark"] h3,
[data-mantine-color-scheme="dark"] h4,
[data-mantine-color-scheme="dark"] h5,
[data-mantine-color-scheme="dark"] h6 {
  color: rgb(168, 196, 226) !important;  /* au lieu de rgb(148, 180, 214) */
}

h1 { font-size: 2.0rem !important; line-height: 1.25 !important; letter-spacing: -.04rem !important; }
h2 { font-size: 1.7rem !important; line-height: 1.3  !important; letter-spacing: -.03rem !important; }
h3 { font-size: 1.45rem !important; line-height: 1.35 !important; letter-spacing: -.02rem !important; }
h4 { font-size: 1.25rem !important; line-height: 1.45 !important; letter-spacing: 0     !important; }
h5 { font-size: 1.1rem !important; line-height: 1.5 !important; letter-spacing: 0     !important; }

@media (min-width: 550px) {
  h1 { font-size: 2.2rem  !important; }
  h2 { font-size: 1.9rem  !important; }
  h3 { font-size: 1.6rem  !important; }
  h4 { font-size: 1.35rem !important; }
  h5 { font-size: 1.15rem !important; }
}
