body { 
	font-family: 'Outfit', 
	sans-serif; 
}

h1, h2, h3, .serif { 
	font-family: 'DM Serif Display', serif; 
}

.bg-zinc-custom { background-color: #27272a; } /* Zinc 800 */
.text-peach-custom { color: #f8ad9d; } /* Warm Peach */
.bg-peach-custom { background-color: #f8ad9d; }
.bg-peach-light { background-color: #ffeadb; }