body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #FDFBF7;
    color: #2D1A1A;
}
h1, h2, h3, h4, .serif {
    font-family: 'Playfair Display', serif;
}
.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
}
.text-brand-dark { color: #5C0D18; }
.bg-brand-dark { background-color: #5C0D18; }
.text-brand-red { color: #7A2C2B; }
.bg-brand-red { background-color: #7A2C2B; }
.text-brand-clay { color: #9A5046; }
.bg-brand-clay { background-color: #9A5046; }

/* Custom scrollbar hiding */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}