@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Heavy.woff2') format('woff2'),
    url('./HONORSansCN-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Light.woff2') format('woff2'),
    url('./HONORSansCN-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Medium.woff2') format('woff2'),
    url('./HONORSansCN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Regular.woff2') format('woff2'),
    url('./HONORSansCN-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Bold.woff2') format('woff2'),
    url('./HONORSansCN-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-Thin.woff2') format('woff2'),
    url('./HONORSansCN-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-ExtraLight.woff2') format('woff2'),
    url('./HONORSansCN-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-DemiBold.woff2') format('woff2'),
    url('./HONORSansCN-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HONOR Sans CN';
  src: url('./HONORSansCN-ExtraBold.woff2') format('woff2'),
    url('./HONORSansCN-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'HONOR Sans CN', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}