/* AlibabaSans — same family ant.design docs use for Typography / ConfigProvider.
 * Source: Ant Design site CDN (Alibaba designated webfont channel).
 * License: Alibaba Sans free for commercial UI use; do not resell/modify the font files.
 */

@font-face {
  font-family: 'AlibabaSans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('/fonts/alibaba-sans/AlibabaSans-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'AlibabaSans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('/fonts/alibaba-sans/AlibabaSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'AlibabaSans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('/fonts/alibaba-sans/AlibabaSans-Medium.woff2') format('woff2');
}

/* ant.design maps 600/700 to Medium CDN face when Bold/Heavy assets share the medium file */
@font-face {
  font-family: 'AlibabaSans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('/fonts/alibaba-sans/AlibabaSans-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'AlibabaSans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('/fonts/alibaba-sans/AlibabaSans-Medium.woff2') format('woff2');
}
