html {
  font-size: 14px;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans", var(--bs-font-sans-serif);
}

a,
u {
  text-decoration: none;
  color: var(--bs-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.sticky-offset {
  top: 2rem;
}
