/* ============================================================
   components/headings.css
   Section headings
   ============================================================ */

.heading-bar {
  font-size: var(--font-2xl);
  font-weight: 900;
  color: var(--text);
  border-left: 4px solid var(--primary);
  padding-left: var(--space-3);
  margin-bottom: var(--space-4);
}
.heading-bar--lg { font-size: var(--font-3xl); }
.heading-bar--sm { font-size: var(--font-xl); font-weight: 800; }

.heading-center {
  text-align: center;
  font-size: var(--font-2xl);
  font-weight: 900;
  color: var(--text);
  margin-bottom: var(--space-8);
}

.heading-label {
  display: inline-block;
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.05em;
  margin-bottom: var(--space-2);
}
