/* All links and buttons have default transition */
a, button {
  transition: 0.3s;
}
/* Remove default margin from paragraphs and re-add only on subsequent */
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}
/* Default GAP for sections and Containers */
.brxe-section {
  gap: var(--lg-1);
}
.brxe-container {
  gap: var(--md-1);
}
