/* Impact 字体配置 */
@font-face {
  font-family: 'Impact';
  src: url('./Impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

