@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";:root{--black:#0a0a0a;--white:#fafafa;--gray-50:#f8f8f8;--gray-100:#f0f0f0;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-800:#262626;--gray-900:#171717;--accent:#f5c518;--accent-hover:#e3b615;--font-display:"Bebas Neue", sans-serif;--font-body:"DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);border:none}::selection{background:var(--black);color:var(--white)}#root{width:100%}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:48px;display:grid}@media (width<=768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
