@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Trocchi:wght@400;500;600&display=swap";:root{--bg: #EAE3D9;--bg-deep: #EAE3D9;--surface: #FDFBF9;--surface-linen: #F5F0EB;--stone: #D4C5B9;--accent: #C2A88D;--accent-dark: #A8896A;--fg: #4A3F35;--muted: #8B7E6E;--border: #D4C5B9;--border-soft: #E0D6CB;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-heading: "Trocchi", Georgia, serif;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--shadow-sm: 0 1px 3px rgba(74, 63, 53, .06);--shadow-md: 0 4px 12px rgba(74, 63, 53, .08);--shadow-lg: 0 12px 32px rgba(74, 63, 53, .12);--shadow-pin: 0 2px 6px rgba(74, 63, 53, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);color:var(--fg);background:var(--bg);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--stone);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
