h1, h2, h3, h4, h5, h6, div, p, ul, li, span {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'poppins-regular', sans-serif !important;
    background: none !important;
    color: #070714 !important;
 }

 &::-webkit-scrollbar {
    width: 4px;
  }
  &::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 8px;
  }
  &::-webkit-scrollbar-thumb {
    width: 4px;
    background: #0F0E0D;
    border-radius: 8px;
  }