@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");:root{--bg-color:#fdfbf7;--app-bg:#fdfbf7;--primary:#301934;--primary-hover:indigo;--secondary:#c5a059;--accent-pink:#f8e1e7;--accent-lavender:#e6e6fa;--text-dark:#2a2a2a;--text-light:#6a6a6a;--border-color:#ebdaca;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);font-family:"Noto Serif JP",serif;display:flex;justify-content:center}.app-container{width:100%;max-width:960px;margin:0 auto;min-height:100vh;background-color:var(--app-bg);position:relative;padding-bottom:84px}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}