
    :root {
        --pm-bg-color: #F8F9FB;
        --pm-card-bg: #FFFFFF;
        --pm-accent-color: #FF3B68;
        --pm-accent-gradient: linear-gradient(135deg, #e82956 0%, #ff3b68 100%);
        --pm-accent-rgb: 255, 59, 104;
        --pm-accent-2-color: #00AFF0;
        --pm-accent-2-rgb: 0, 175, 240;
        --pm-text-color: #1E1E26;
        --pm-text-muted: #64748B;
        --pm-dark-bg: #0c0e15;
        --pm-dark-border: color-mix(in srgb, #0c0e15 85%, #ffffff);
        --pm-font-headings: 'Outfit', sans-serif;
        --pm-font-body: 'Inter', sans-serif;
    }
    