/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --font-family: "Noto Sans JP", system-ui, sans-serif;
  --font-weight-thin: 200;
  --font-weight-normal: 400;
  --primary: #0f172a;
}