/* Satoshi 字体定义 */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi_complete/fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi_complete/fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi_complete/fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi_complete/fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi_complete/fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/satoshi_complete/fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* 字体图标支持 */
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* 全局字体设置 */
* {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
