[data-reveal] {
    transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), transform 2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
body {
    transition: background-color 1s ease, color 1s ease;
}
h1, h2, h3, .hm-hero-title, .pj-hero-title, .sv-section-title, .ab-section-title {
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.01em;
    transition: text-shadow 1s ease;
}
.card, .pj-card, .sv-plan-card, .ab-section, .sv-services-section, .ct-info-item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    background-color: var(--card);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.hm-more-btn, .sv-plan-btn, .ct-social-link {
    border-radius: 6px;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
