@charset "utf-8";

@font-face {
    font-family: 'regular';
    src: url('../fonts/SourceHanSansCN-Normal.otf');
}

html {
    font-family: 'regular'
}

body {
    font-family: 'regular'
}