/* 英文 & 数字 */
@font-face {
  font-family: 'CS2';                   
  src: url('../fonts/cs2en.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007F;              
}

/* 中文 */
@font-face {
  font-family: 'CS2';
  src: url('../fonts/cs2sc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+4E00-9FFF,             
                 U+3000-303F,             
                 U+FF00-FFEF;             
}

body, .md-typeset {
  font-family: 'CS2', sans-serif;
}
