*,
::before,
::after {
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

.research-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 16px;
  margin: 30px 0;
}

.research-tags span {
  display: inline-block;
  padding: 4px 12px;
  line-height: 1.2;
  border: 1px solid var(--primary);
  border-radius: 12px;
  color: var(--primary);
  background: #eef2f7;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: var(--semi-bold);
  letter-spacing: 0.02em;
}

/*# sourceMappingURL=all.css.map */