/* 字体css - 已注释，恢复默认字体样式 */
/*
@font-face{
  font-family: 'HuangkaihuaLawyerFont';
  font-display: swap;
  src: url('/ttf/huangkaihuaLawyerfont-2.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'HuangkaihuaLawyerFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body,
html,
h1,h2,h3,h4,h5,h6,
p,
a,
span,
li,
div,
article,
section,
main,
header,
footer,
nav {
  font-family: 'HuangkaihuaLawyerFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

pre, code {
  font-family: consolas, Menlo, 'HuangkaihuaLawyerFont', monospace !important;
}
*/