
@import url('assets/css/fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf');

body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400; 
  font-style: normal;
  color: #745fc6;
}


h1 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
    line-height: 1.80;
  color: #745fc6;
}

/* Roboto Flex variable — garde ta police */
@font-face{
  font-family: "Roboto Flex";
  src: url("fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("truetype");
  font-weight: 100 1000;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
