:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #2c3e50;

  color-scheme: light dark;
  background-color: #F7F2EE;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  /*cursor: none;*/
  /*overflow: hidden;*/
  user-select: none;/**/
  zoom: 1;
  -moz-transform: 1;
  /**
    画面ちらつき対策
    https://yumeirodesign.jp/blog/201312/csstransforms-fixed.html
  **/
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
ul,li,dl,dt,dd{
  margin:0;
  padding: 0;
  list-style: none;
}
div{
  margin:0;
  padding:0;
}