@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light;font-size:20px}*{box-sizing:border-box}body{font-family:DM Sans,system-ui,sans-serif;background-color:#fff8f0;color:#3d2218;min-height:100vh;color-scheme:light}.font-serif{font-family:Lora,Georgia,serif}.masonry{columns:3;column-gap:14px}@media (max-width: 1200px){.masonry{columns:2}}@media (max-width: 767px){.masonry{columns:1}}.masonry-item{break-inside:avoid;margin-bottom:14px}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.shimmer{background:linear-gradient(90deg,#ede5da 25%,#f5ece0,#ede5da 75%);background-size:1600px 100%;animation:shimmer 1.6s infinite linear}
