@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Zen+Kaku+Gothic+Antique&display=swap");:root{--background:#fff;--foreground:#171717;--fontJP:"Zen Kaku Gothic Antique",sans-serif;--fontEN:"Bricolage Grotesque",serif;--colorPrimary:#008c00}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#ededed}}body,html{font-size:14px;max-width:100vw;overflow-x:hidden;cursor:url(/icons/cursor.svg),auto;caret-color:transparent}body{color:var(--foreground);background:var(--background);font-family:var(--fontEN);color:var(--colorPrimary);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:#008c00;text-decoration:none;transition:.3s ease;cursor:url(/icons/cursor-hover.svg),auto}@media (hover:hover){a:hover{color:rgba(0,140,0,.3);transition:.1s ease}}img{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--fontEN);font-size:1.2rem}h1,h2,h3,h4,h5,h6,li,p,ul{font-weight:200;margin:1rem 0}li,p,ul{font-family:var(--fontJP);font-size:1rem;line-height:1.5rem}li,ul{list-style:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.main{position:relative}