/*
 * 临时 Poppins 字体声明文件。
 *
 * font.css 是线上和 canary 共用的固定 CDN 路径，当前保留原字体声明，避免影响
 * master/线上页面。canary 先在 font.css 之后额外加载本文件，单独声明 Poppins 字体资源。
 *
 * 后续确认 Poppins 全量上线时，可以把这些 @font-face 迁回 font.css，并删除本临时文件引用。
 */
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: url('https://cdn.pacdora.com/font_v2/Poppins/Poppins-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  src: url('https://cdn.pacdora.com/font_v2/Poppins/Poppins-Medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: normal;
  src: url('https://cdn.pacdora.com/font_v2/Poppins/Poppins-Bold.woff2') format('woff2');
  font-display: swap;
}
