body {
  font-family: "Outfit", sans-serif;
}

button {
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.content a {
  color: #ea0b2a;
  text-decoration-line: underline;
}
.content menu,
.content ol,
.content ul {
  list-style: disc !important;
  padding-left: 16px;
}
.content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #202425;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #202425;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 10px;
}
.content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #202425;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}
.content h4 {
  font-size: 21px;
  font-weight: 700;
  color: #202425;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 6px;
}

.masonry {
  columns: 1;
  column-gap: 20px;
}

@media (min-width: 768px) {
  .masonry {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  .masonry {
    columns: 3;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
}
