.small-font {
  font-family: Prompt;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.18px;
}

.normal-font {
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08px;
}

#accessibility-font-resizer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.decrease-font-size-button {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: transparent !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-blue-500) !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.increase-font-size-button {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: transparent !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-blue-500) !important;
  padding: 0 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
