@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=M+PLUS+1+Code:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap");

header nav {
  background-color: darkorange !important;
}

textarea,
input {
  font-family: "Courier Prime", "M PLUS 1 Code", monospace !important;
  line-height: 1rem !important;
}

main {
  max-width: 1080px;
}

body {
  font-family: "Noto Sans JP" !important;
}
