/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./src/components/Typography/index.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Typography.css */
.custom-typography {
  padding: 16px;
  line-height: 1.7;
  color: #1f2937;
}

.typography-title {
  margin: 0 0 16px 0;
  font-weight: 700;
  line-height: 1.3;
  color: #0f2a45;
}

.typography-h1 {
  font-size: 26px;
  margin-bottom: 20px;
}

.typography-h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

.typography-h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.typography-h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.typography-paragraph {
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #42526b;
}

.typography-text {
  font-size: 16px;
}

.typography-text-secondary {
  color: #6b7280;
}

.typography-text-success {
  color: #15803d;
}

.typography-text-warning {
  color: #b45309;
}

.typography-text-danger {
  color: #b91c1c;
}

.typography-text-strong {
  font-weight: 700;
}

/* 响应式设计 */
@media (max-width: 576px) {
  .typography-h1 { font-size: 22px; }
  .typography-h2 { font-size: 20px; }
  .typography-h3 { font-size: 18px; }
  .typography-h4 { font-size: 16px; }
}

