/* 本地自托管字体：Rajdhani + Share Tech Mono
   替代原先的在线字体服务，彻底去除渲染阻塞的外链请求。
   字体文件位于同目录 ./fonts/ 下，由本文件 @font-face 引用。 */

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/share-tech-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/rajdhani-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/rajdhani-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/rajdhani-latin-700-normal.woff2') format('woff2');
}
