/* Increase the overall base font size */
body {
    font-size: 24px !important;
  }
  
  /* Optionally, adjust specific elements. For instance, if bookmarks have a class like .homepage-bookmark: */
  .homepage-bookmark {
    font-size: 24px !important;
  }
  