/*
 * CSS applicatif global
 * Tailwind est défini dans app/assets/tailwind/application.css
 */
/* === FONTS (INLINE, PAS D'@IMPORT) === */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-roman.var-999ae06d.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ⚠️ PONT OBLIGATOIRE */
@import "../tailwind/application";

/* CSS métier */
/* @import "actiontext"; */
/* Scope Trix editor only */
trix-editor ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.75rem 0;
}

trix-editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0.75rem 0;
}

trix-editor li {
  margin: 0.25rem 0;
}

/* Paragraph spacing inside the editor */
trix-editor div,
trix-editor p {
  margin: 0.6rem 0;
}
