@font-face {
    font-family: 'SaoChingcha';
    src: url('saochingcha-regular.woff2') format('woff2'),
          url('saochingcha-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SaoChingcha';
    src: url('saochingcha-bold.woff2') format('woff2'),
          url('saochingcha-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SaoChingcha';
    src: url('saochingcha-light.woff2') format('woff2'),
          url('saochingcha-light.woff') format('woff');
    font-weight: light;
    font-style: normal;
}

.SaoChingcha{
   font-family: 'SaoChingcha', sans-serif;
}