:root{--background: #fdfbf7;--foreground: #2e2a24;--primary: #e2725b;--primary-foreground: #ffffff;--secondary: #b7a293;--secondary-foreground: #2e2a24;--border: #dcd3c6;--input: #f0ebe4;--ring: #e2725b;--muted: #f3efe9;--muted-foreground: #6b5e53;--card: #ffffff;--card-foreground: #2e2a24}.dark{--background: #1e1b18;--foreground: #ede6dc;--primary: #e2725b;--primary-foreground: #ffffff;--secondary: #8d7b6e;--secondary-foreground: #ffffff;--border: #3a352f;--input: #2c2823;--ring: #e2725b;--muted: #2c2823;--muted-foreground: #b7a293;--card: #282420;--card-foreground: #ede6dc}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,a[role=button],.btn{background-color:var(--primary);color:var(--primary-foreground);border-radius:.375rem;padding:.5rem 1.25rem;font-weight:500;transition:background-color .2s}button:hover,a[role=button]:hover,.btn:hover{background-color:#d16048}.bg-primary,.bg-white,.bg-transparent{background-color:var(--primary)!important;color:var(--primary-foreground)!important}n .animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.25,1,.5,1),transform .7s cubic-bezier(.25,1,.5,1);will-change:opacity,transform}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.section-divider-bottom{border-bottom:1px solid var(--border)}.section-divider-top{border-top:1px solid var(--border)}
