 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root { --brand-beige: #F9F7F2; --brand-gold: #C5A059; --brand-dark: #2D2D2D; } body { background-color: var(--brand-beige) !important; color: var(--brand-dark) !important; font-family: 'Inter', sans-serif; scroll-behavior: smooth; } .serif-title { font-family: 'Playfair Display', serif; } footer.bg-brand-dark { background-color: #2D2D2D !important; color: #ffffff !important; } .bg-newsletter { background-color: #C5A059 !important; } .implication-card img { transition: transform 0.5s ease; } .implication-card:hover img { transform: scale(1.05); } .femina-img-container { background-color: #ffffff !important; display: flex; align-items: center; justify-content: center; height: 16rem; padding: 1rem; } html { scroll-behavior: smooth; }
