@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  &[data-dark] {
    background-color: slategrey; 
  }
}