@charset "UTF-8";
/* Regular */
@font-face {
  font-family: 'OPPOSans';
  src: url('./OPPOSans-R.woff2') format('woff2'),
    url('./OPPOSans-R.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'OPPOSans';
  src: url('./OPPOSans-M.woff2') format('woff2'),
    url('./OPPOSans-M.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'OPPOSans';
  src: url('./OPPOSans-B.woff2') format('woff2'),
    url('./OPPOSans-B.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}