        body {
            font-family: "EB Garamond", serif;
            background-color: #FFFFFF;
            color: #181818;
            -webkit-font-smoothing: antialiased;
        }
        .editorial-scroll::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }
        .editorial-scroll::-webkit-scrollbar-track {
            background: #FFFFFF;
        }
        .editorial-scroll::-webkit-scrollbar-thumb {
            background: #842A3B;
        }
        /* Custom layout structures */
        .masonry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            grid-auto-flow: dense;
        }
