*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{

  --text-color: #3A3A3A;
  --font-principal: 'Poppins', sans-serif;

  --red-color: #ED3F4A;
  --white-color: #FFFFFF;
  --grey-color: #b5b5b571;
  --greymedium-color: #7E7E7E;

}



p{
  margin-bottom: 0 !important;
  cursor: default;
}

ul{
  list-style: none;
  margin-bottom: 0 !important;
}

a{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a, label{
  color: var(--text-color);
  font-family: var(--font-principal);
}