@font-face {
  font-family: "LLFLM Titrage";
  src: url("LLFLM-Titrage.woff") format("woff"),
       url("LLFLM-Titrage.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* Titrage : capitales, lettres qui peuvent se toucher */
.llflm-titre {
  font-family: "LLFLM Titrage", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
}
.llflm-titre > span { display: inline-block; }
