/* Design System - Typography */

/* Headings */
.ds-h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: -0.009375rem;
  color: #111827;
}

.ds-h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #111827;
}

.ds-h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #111827;
}

.ds-h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #111827;
}

/* Page title - from dashboard */
.ds-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: -0.009375rem;
  color: #111827;
}

/* Section title - from dashboard */
.ds-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #111827;
}

/* Body text */
.ds-text-base {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #1F2937;
}

.ds-text-sm {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #6B7280;
}

.ds-text-xs {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #6B7280;
}

/* Text variants */
.ds-text-muted {
  color: #6B7280;
}

.ds-text-primary {
  color: #384E8F;
}

.ds-text-success {
  color: #22C55E;
}

.ds-text-error {
  color: #EF4444;
}

.ds-text-warning {
  color: #F59E0B;
}

/* Font weights */
.ds-font-normal {
  font-weight: 400;
}

.ds-font-medium {
  font-weight: 500;
}

.ds-font-semibold {
  font-weight: 600;
}

.ds-font-bold {
  font-weight: 700;
}

/* Description text - from dashboard */
.ds-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6B7280;
}

/* Label text */
.ds-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #374151;
}

/* Link text */
.ds-link {
  color: #384E8F;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.ds-link:hover {
  text-decoration: none;
}
