/* .roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}
*/

body{
    font-family: "Roboto Flex";
    margin: 0;
    line-height: 1.6;
    font-size: 20px;
    padding: 3%;
}

h1, h2, h3{
    font-variation-settings: "slnt" -9, "wght" 850;
    
}

.extrait1{
    font-size: 18px;
    line-height: 1.1;
    font-variation-settings: "slnt" -2, "wght" 250, "wdth" 145, "xhgt" 0.7  ;
    letter-spacing: 0.104em
}