:root {   
    /* Custom CSS for this merchant only */
    /* mock for 2 primary color */
    --primary-linear-gradient: #7F5AF0;
    --primary-2: #7F5AF0;
    --primary-2-background: #7F5AF0;
    --primary-text: #ffffff;
    --primary-2-secondary-background: #7F5AF0;
    --primary-2-secondary-text: #ffffff;
    --hover-primary-2-secondary-background: #6C42EA;
    --hover-primary-2-background: #6C42EA;
    --primary-2-tertiary-background: #7F5AF0;
    --hover-primary-2-tertiary-background: #6C42EA;
    --primary-2-tertiary-text: #ffffff;

    --primary-icon-color: var(--primary);

    --step-background: #7F5AF0;
    --counter-background: #282B37;
    --primary-border-color: #282B37;
}