/*----Formatting for Texts----*/
/*Normal Font, Size, and thickness*/
.normal-format{
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}
/*Header Font, Size, and thickness*/
.header-format {
  font-family: "Josefin Sans";
  font-size: 24px;
}
/*Account Name FFont, Size, and thickness*/
.bold-format {
  font-family: "Inter";
  font-size: 25px;
  font-weight: 600;
}
/*Post-Its Header Section*/
.post-it_header-format {
  color: #5e4715; 
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
}
/*View Tabs for planner*/
.planner-tab {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 600;
}
/*Interactive Division(buttons) Font, Size, and thickness*/
.button-format {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
}