@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansJP-Light.otf");
}

@font-face {
  font-family: "Playfair";
  src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}

* {
  font-family: "NotoSans";
  color: #292929;
}
