 body { font-family: 'Poppins', sans-serif; background-color: #F0F4F8; color: #374151; }
        h1, h2, h3, h4 { font-weight: 500; }
        .hero-bg { background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('../images/hero.jpg'); background-size: cover; background-position: center; }
        .modal { display: none; }
        .modal.active { display: flex; }
        .form-confirmation { display: none; }
        .form-confirmation.active { display: block; }
        .text-primary { color: #8c44e7; }
        .bg-primary { background-color: #8c44e7; }
        .hover\:bg-primary-dark:hover { background-color: #7d29e8; }
        .border-primary { border-color: #8c44e7; }