@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans JP", "Inter", Helvetica, sans-serif;
  color: #1a1a1a;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

img {
  max-width: 100%;
  height: auto;
}
