/* Typography tuning layer.
   Late-loaded overrides for visual hierarchy only; no layout or filtering logic. */

.preview-category-title{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 720;
  letter-spacing: .055em;
}

.preview-category-card.primary .preview-category-title{
  font-size: 17px;
  line-height: 1;
}

.preview-category-card.secondary .preview-category-title{
  font-size: 14px;
  font-weight: 720;
  letter-spacing: .06em;
}

.preview-category-count{
  font-size: 9px;
  letter-spacing: .105em;
  font-weight: 650;
}

h2{
  font-size: 21px;
  letter-spacing: .035em;
  font-weight: 760;
}

.card h3,
.card-top h3{
  font-size: 15px;
  line-height: 1.16;
  letter-spacing: .025em;
  font-weight: 760;
}

.en{
  font-size: 12.5px;
  line-height: 1.25;
}

.sidebar-panel-title,
.sidebar-main-title,
.quick-search-label{
  letter-spacing: .11em;
  font-weight: 720;
}

.category,
.term-id{
  letter-spacing: .055em;
}
