.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

body {
    --color-red-800: #991b1b;
    --color-cream-100: #fdf5e6;
    --color-yellow-400: #facc15;
}

.bg-red-800 { background-color: var(--color-red-800); }
.text-red-800 { color: var(--color-red-800); }
.bg-cream-100 { background-color: var(--color-cream-100); }
.text-yellow-400 { color: var(--color-yellow-400); }
.bg-red-900 { background-color: #7f1d1d; }

.font-pacifico {
    font-family: 'Pacifico', cursive;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
