  /* Hide scrollbar for Chrome, Safari and Opera */
  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  /* Typography styles */
  /* p {
    margin-bottom: 1rem !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
  }

  @media (min-width: 768px) {
    p {
      font-size: 1.125rem !important;
    }
  }

  h1 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
  }

  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem !important;
    }
  }

  h2 {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.25rem !important;
    line-height: 1.3 !important;
  }

  @media (min-width: 768px) {
    h2 {
      font-size: 2rem !important;
    }
  }

  h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
  }

  @media (min-width: 768px) {
    h3 {
      font-size: 1.75rem !important;
    }
  }

  h4 {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
    line-height: 1.4 !important;
  }

  @media (min-width: 768px) {
    h4 {
      font-size: 1.5rem !important;
    }
  }

  h5 {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.4 !important;
  }

  @media (min-width: 768px) {
    h5 {
      font-size: 1.25rem !important;
    }
  }

  h6 {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.4 !important;
  }

  @media (min-width: 768px) {
    h6 {
      font-size: 1.125rem !important;
    }
  }

  /* Link styles */
  /* a {
    color: #000 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
  }

  a:hover {
    color: #666 !important;
  } */ 
