/* 刘炳森隶书字体声明 */
@font-face {
  font-family: 'LiuBingSenLiShu';
  src: url('../fonts/SIMLI.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 使用刘炳森隶书字体的通用类 */
.liu-bing-sen-lishu {
  font-family: 'LiuBingSenLiShu', '刘炳森隶书', serif;
}
