/* Please add or relocate any new custom CSS to this section. */
/* This approach ensures easy migration when developing a new frontend application. */
/* However, we strongly recommend utilizing Tailwind CSS whenever feasible. */
/* Created: September 2024 */


/* 
  BLOG CONTENT STYLES :: https://biiibo.com/blog

  The following styles are specific to the blog content created by the Marketing team. 
  These styles use custom heading (h1-h6) and paragraph (p) definitions, initially set in `custom_2.css`, 
  which will eventually be removed.

  Currently, we are not standardizing h1, h2, and p tag styles across the website. 
  This will be addressed after aligning with the Product Management and Marketing teams.

  Once the standardized styles are finalized, we will update the Tailwind configuration accordingly.
  For now, these custom styles are applied exclusively to blog content within the `.blog-content` class.
*/

.blog-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
