@charset "utf-8";

@font-face {
    font-family: "Poppins-Regular";
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: "Poppins-Bold";
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: "Poppins-Light";
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2');
}

@font-face {
    font-family: "Poppins-Semibold";
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
}

body, button, input, select, textarea, div, span, a, p {
    line-height: unset;
    font-family: "Poppins-Regular", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a {
    outline: 0;
    background: 0 0;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}
