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

@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./MiSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./MiSans-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./MiSans-Bold.ttf') format('truetype');
}
