@charset "UTF-8";


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

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


