/* Font Definitions */
@font-face {
  font-family: 'PingFang SC';
  src: local('PingFang SC'), local('PingFangSC-Regular');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang SC';
  src: local('PingFang SC Bold'), local('PingFangSC-Bold');
  font-weight: bold;
  font-style: normal;
}

/* Font Classes */
.company-name,
.hero-title,
.feature-title,
.section-title {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'SimHei', 'Arial', sans-serif;
}

.company-name-en,
.hero-subtitle,
.section-title-en {
  font-family: 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
}
