@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{--font-sans: "Poppins", system-ui, -apple-system, sans-serif;--border-radius-sm: 5px;--border-radius-md: 5px;--border-radius-lg: 8px;--color-text-primary: #2c2416;--color-text-secondary: #6b5e4a;--color-text-tertiary: #a09282;--color-text-danger: #a83228;--color-text-success: #3d7a4a;--color-text-info: #2a6099;--color-background-primary: #f3eddf;--color-background-secondary: #ede7d3;--color-background-tertiary: #e0d9c8;--color-background-danger: #f5e6e4;--color-background-success: #e4f0e8;--color-background-info: #e0eaf5;--color-border-tertiary: #c9b99a;--color-border-secondary: #b0a08a;--color-border-success: #4a9a60;--color-border-info: #4a80c0}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:2rem 1rem;font-family:var(--font-sans);background:var(--color-background-secondary);color:var(--color-text-primary);min-height:100vh}
