@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;900&display=swap";:root{--bg-color: #171717;--text-main: #ffffff;--text-muted: #888888;--accent: #f5cd3d;--nav-height: 80px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}a{text-decoration:none;color:inherit}.app-layout,.main-content,.artwork-page{width:100%}ul{list-style:none}.masonry-grid{column-width:300px;column-gap:1rem;width:100%}.masonry-item{break-inside:avoid;margin-bottom:1rem;display:inline-block;width:100%;border-radius:4px;overflow:hidden}
