/**
 * Global readability — comfortable base size, not oversized.
 */

html {
  font-size: 16px;
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

.topbar-page-label,
#topbar-breadcrumb,
.topbar-breadcrumb,
.topbar-progress-label {
  font-family: var(--font) !important;
}

.topbar-page-label,
#topbar-breadcrumb,
.topbar-breadcrumb {
  font-size: 0.9rem !important;
  font-weight: 600;
}

.topbar-progress-label {
  font-size: 0.8rem !important;
}

.icon-rail-brand,
.sidebar-progress-label {
  font-family: var(--font) !important;
}

.icon-rail-label,
.sidebar-progress-label {
  font-size: 0.8125rem !important;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .mobile-tab span:last-child {
    font-size: 0.8125rem !important;
  }
}

.btn {
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.4rem 0.85rem;
}

.content-panel,
.content {
  font-size: 1rem;
}

.content h1 {
  font-size: 1.5rem;
}

.content h2 {
  font-size: 1.2rem;
}

.content h3 {
  font-size: 1.05rem;
}

.module-complete-hint,
.quiz-of-day-hint,
.intro-tip-date,
.daily-card-meta {
  font-size: 0.875rem !important;
}

.course-home-sub,
.course-path-lead,
.course-home-progress-label {
  font-size: 0.9375rem;
}

.intro-tip-title,
.quiz-of-day-title,
.daily-card-title {
  font-size: 1rem !important;
}

.intro-tip-text,
.quiz-of-day-question {
  font-size: 0.9375rem !important;
}

.quiz-option-btn {
  font-size: 0.875rem !important;
}
