@charset "utf-8";

@font-face {
    font-family: 'Noto Sans SC-900';
    src: url('fonts/NotoSansSC-Black.woff') format("woff");
}
@font-face {
    font-family: 'Noto Sans SC-700';
    src: url('fonts/NotoSansSC-Bold.woff') format("woff");
}
@font-face {
    font-family: 'Noto Sans SC-500';
    src: url('fonts/NotoSansSC-Medium.woff') format("woff");
}
@font-face {
    font-family: 'Noto Sans SC';/* 400 */
    src: url('fonts/NotoSansSC-Regular.woff') format("woff");
}
@font-face {
    font-family: 'Noto Sans SC-300';
    src: url('fonts/NotoSansSC-Light.woff') format("woff");
}
@font-face {
    font-family: 'Noto Sans SC-100';
    src: url('fonts/NotoSansSC-Thin.woff') format("woff");
}
body{font-family: 'Noto Sans SC','Lato', sans-serif;}

@media (max-width: 1024px) { 

}

@media (max-width: 996px) { 

}

@media (max-width: 768px) { 


}

@media (max-width: 640px) { 

}

@media (max-width: 480px) { 

}

@media (max-width: 413px) { 

}
