body {
  font-family: 'Outfit', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
}
.sub-menu a {
  display: block;
  width: 100%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.filter-white {
  filter: brightness(0) invert(1);
} 