/* REVESTIR — landing page (pré-lancement Ulule)
   Styles complémentaires à tailwind.css (voir landing/build/). */

body {
  background-color: #f5f3ef;
  color: #1b2233;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.font-display-xl,
.font-headline-lg {
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

/* Motif signature de la charte : trait jaune signal de 4px à gauche des blocs clés */
.signature-rule {
  border-left: 4px solid #e0dd00;
  padding-left: 1.5rem;
}

.btn-hover-effect:hover {
  box-shadow: -4px 0 0 0 #e0dd00;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}
