/* 英文装饰字体：导航标签打字机（Special Elite）、标题签名手写体（Thesignature） */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./files/special-elite.woff2') format('woff2');
}
@font-face {
  font-family: 'Thesignature';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./files/thesignature.woff2') format('woff2');
}
