/* MiSans 字体定义 - 使用完整字体文件 */

/* ========== ExtraLight (200) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-ExtraLight.woff2') format('woff2');
}

/* ========== Light (300) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-Light.woff2') format('woff2');
}

/* ========== Normal/Regular (400) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-Regular.woff2') format('woff2');
}

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

/* ========== Demibold/Semibold (600) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-Demibold.woff2') format('woff2');
}

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

/* ========== Heavy (800) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-Heavy.woff2') format('woff2');
}

/* ========== Thin (100) ========== */
@font-face {
  font-family: 'MiSans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('misans/MiSans/woff2/MiSans-Thin.woff2') format('woff2');
}
