body {
  color: #44403c;
  font-family: 'DM Sans', sans-serif;
}

a, button {
  color: #1D1E18;
  text-decoration: none;
}

.title-lg {
  font-size: 125%;
}

.title-md, .title {
  font-size: 125;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
}

.text-sm {
  font-size: 80%;
}

.text-grey {
  color: #a0a0a0;
}

.text-secondary {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.danger-zone-title {
  font-size: 16px;
  font-weight: 600;
  color: #DC2626;
  margin-bottom: 8px;
}
