<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-primary1 {
    background-color: #F8EDE3 /* Represents skin tones and warmth - Soft Beige */
} .bg-primary2 {
    background-color: #FADCD9 /* Gentle, calming, and feminine - Pastel Pink */
}.bg-primary3 {
    background-color: #FFE5D9 /* Refreshing and vibrant for call-to-actions - Light Peach */
} .bg-primary-gradient {
    background-image: linear-gradient(90deg, #FADCD9, #FFE5D9)
} .bg-primary-img {
    background-image: url('../images/bg/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}</pre></body></html>