@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Light.woff2') format('woff2'),
    url('./KcexPlex-Light.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Light.woff2') format('woff2'),
    url('./KcexPlex-Light.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Regular.woff2') format('woff2'),
    url('./KcexPlex-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Medium.woff2') format('woff2'),
    url('./KcexPlex-Medium.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-SemiBold.woff2') format('woff2'),
    url('./KcexPlex-SemiBold.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Bold.woff2') format('woff2'),
    url('./KcexPlex-Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Bold.woff2') format('woff2'),
    url('./KcexPlex-Bold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'KcexPlex';
  font-display: swap;
  src:
    url('./KcexPlex-Black.woff2') format('woff2'),
    url('./KcexPlex-Black.otf') format('opentype');
  font-weight: 900;
}
body {
  font-family: KcexPlex, -apple-system, PingFang SC, Microsoft YaHei, Roboto,
    Arial, sans-serif !important;
}

/* 为土耳其语言环境设置特殊的字体栈，移除 PingFang SC */
:lang(tr) body {
  font-family: KcexPlex, -apple-system, Microsoft YaHei, Roboto,
    Arial, sans-serif !important;
}

html body {
  font-family: KcexPlex, -apple-system, PingFang SC, Microsoft YaHei, Roboto,
    Arial, sans-serif !important;
}

/* 为土耳其语言环境设置特殊的字体栈，移除 PingFang SC */
html:lang(tr) body {
  font-family: KcexPlex, -apple-system, Microsoft YaHei, Roboto,
    Arial, sans-serif !important;
}
