@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
  font-family: 'Inter', sans-serif;
  color: #000;
}

.topics-wrap {
  margin: 28px;
  text-align: center;
}

.topics-wrap span {
  display: inline-block;
  margin: 0 9px;
}
.topics-page-content {
  text-align: left;
  margin: 28px;
}

.topic-wc-0 { font-size: 0.75rem; line-height: 2.43rem; }
.topic-wc-1 { font-size: 0.85rem; line-height: 2.43rem; }
.topic-wc-2 { font-size: 0.97rem; line-height: 2.43rem; }
.topic-wc-3 { font-size: 1.09rem; line-height: 2.43rem; }
.topic-wc-4 { font-size: 1.23rem; line-height: 2.43rem; }
.topic-wc-5 { font-size: 1.41rem; line-height: 2.43rem; }
.topic-wc-6 { font-size: 1.63rem; line-height: 2.43rem; }
.topic-wc-7 { font-size: 1.87rem; line-height: 2.43rem; }
.topic-wc-8 { font-size: 2.13rem; line-height: 2.43rem; }
.topic-wc-9 { font-size: 2.43rem; line-height: 2.43rem; }
