@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px; /* Ajuste com a altura do header */
}

h1,
h2,
h3,
h4,
h4 {
  @apply font-boring;
}

p,
.texto-sobre > p {
  margin-bottom: 1rem !important;
}

p,
li {
  color: #515862;
}

li {
  list-style: disc;
  margin-left: 1rem;
}
