@tailwind base;@tailwind components;@tailwind utilities;:root{--cream:#f5f0e8;--cream-dark:#ede6d8;--cream-border:#d8cfc0;--olive:#6b7c3f;--charcoal:#2c2c2c;--muted:#6b6456}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--charcoal)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream-dark)}::-webkit-scrollbar-thumb{background:var(--cream-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}[data-rk]{--rk-colors-modalBackground:#f5f0e8!important;--rk-colors-modalBorder:#d8cfc0!important}