/* OPPO Sans */
@import url('https://app.windfonts.com/api/css?family=wenfeng-opsa:wght@regular;medium;bold;light');
.wf-font-opsa-regular {
       font-family: 'wenfeng-opsa';
       font-weight: regular;
       font-style: normal;
   }

.wf-font-opsa-medium {
    font-family: 'wenfeng-opsa';
    font-weight: medium;
    font-style: normal;
}

.wf-font-opsa-bold {
    font-family: 'wenfeng-opsa';
    font-weight: bold;
    font-style: normal;
}

.wf-font-opsa-light {
    font-family: 'wenfeng-opsa';
    font-weight: light;
    font-style: normal;
}