.libre-bodoni-<uniquifier> {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

  // <weight>: Use a value from 100 to 900
  // <uniquifier>: Use a unique and descriptive class name
  
  .outfit-<uniquifier> {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }