@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500&display=swap");:root{--forest-dark:#1a2e1a;--forest-mid:#2d5a27;--forest-light:#4a8c3f;--forest-pale:#7ab870;--leaf-gold:#c8a84b;--cream:#f8f4ed;--warm-white:#fdfaf5;--text-dark:#1c1c1c;--text-mid:#444;--text-light:#777}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,sans-serif;background-color:var(--warm-white);color:var(--text-dark);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%}