@charset "UTF-8";


body {
  font-family: 'Inter', 'Noto Sans SC', sans-serif;
}

/* ==========================================================================
   @font-face
========================================================================== */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/NotoSans/NotoSansSC-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/NotoSans/NotoSansSC-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


