@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500&display=swap";:root{--bg: #FAF9F7;--bg-warm: #F6F4F0;--text: #1A1A1A;--text-secondary: #5C5C5C;--text-tertiary: #8A8A8A;--accent: #B85C38;--accent-light: #D4A690;--border: #E5E2DC;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Source Serif 4", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.7;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--accent);color:#fff}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
