/* Non-critical fonts - loaded asynchronously */

/* Open Sans - used in noscript fallback */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/zepp-static-assets/fonts/opensans-latin.woff2') format('woff2');
}

/* Calibri - used in noscript fallback */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/zepp-static-assets/fonts/Calibri.woff') format('woff');
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/zepp-static-assets/fonts/Calibri-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/zepp-static-assets/fonts/Calibri-Light.woff') format('woff');
}
