:root { 
  --black: #000000;
  --bon-jour: #e0e0e0;
  --white: #ffffff;
 
  --font-size-l: 20px;
  --font-size-m: 16px;
 
  --font-family-inter: "Inter", Helvetica;
}
.inter-medium-white-16px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}
