/* Noto Sans SC - 使用系统字体作为后备 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: local('PingFang SC'), local('Microsoft YaHei'), local('SimHei'), local('sans-serif');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: local('PingFang SC'), local('Microsoft YaHei'), local('SimHei'), local('sans-serif');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  src: local('PingFang SC Medium'), local('Microsoft YaHei'), local('SimHei'), local('sans-serif');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  src: local('PingFang SC Semibold'), local('Microsoft YaHei Bold'), local('SimHei'), local('sans-serif');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: local('PingFang SC Bold'), local('Microsoft YaHei Bold'), local('SimHei'), local('sans-serif');
}

/* Playfair Display - 使用衬线字体作为后备 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Georgia'), local('Times New Roman'), local('serif');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: local('Georgia'), local('Times New Roman'), local('serif');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: local('Georgia Bold'), local('Times New Roman Bold'), local('serif');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Georgia Bold'), local('Times New Roman Bold'), local('serif');
}
