@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--paper: #F5EFE3;--paper-dark: #EDE5D4;--card: #FDF8F2;--primary: #6B8E8F;--primary-dark: #4F6B6C;--secondary: #C19A6B;--accent: #B88A57;--text: #3A2F23;--text-light: #756A5C;--text-muted: #A89880;--stamp: #8B6F47;--border: rgba(58,47,35,.1)}body{font-family:Inter,sans-serif;background:var(--paper);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif}#root{min-height:100vh}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:2px}
