/*
Font Name: Saochingcha
Weights: 300, 400, 700
*/
@font-face {
    font-family: "Saochingcha";
    src: url("saochingcha-light.woff2") format("woff2"), url("saochingcha-light.woff") format("woff");
    font-weight: lighter;
    font-style: normal;
  }
@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;
  }