@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://db.onlinewebfonts.com/c/e65b3019cef673e5ebca74e51563c65c?family=GoodVibrationsROBScript";
:root{--color-primary:#c2992f;--color-primary-dark:#a17d25;--color-primary-light:#d4b254;--color-primary-bg:#fbf8f0;--color-bg:#fff;--color-surface:#fafaf8;--color-surface-hover:#f5f3ef;--color-text:#1a1a1a;--color-text-secondary:#666;--color-text-light:#999;--color-border:#e8e4dd;--color-border-light:#f0ede7;--color-success:#2d9f3f;--color-error:#d14343;--color-warning:#e6a817;--color-whatsapp:#25d366;--color-whatsapp-dark:#1ebe57;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--header-height:72px;--sidebar-width:260px;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
