:root {
    --p-primary-color: #3f0563;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #ece6ef;
    --p-primary-100: #cfc1d8;
    --p-primary-200: #9f82b1;
    --p-primary-300: #6f448a;
    --p-primary-400: #521e73;
    --p-primary-500: #3f0563;
    --p-primary-600: #390559;
    --p-primary-700: #32044f;
    --p-primary-800: #2c0445;
    --p-primary-900: #230336;
    --p-surface-50: #ede6ef;
    --p-surface-100: #d2c1d8;
    --p-surface-200: #a682b1;
    --p-surface-300: #79448a;
    --p-surface-400: #5e1e73;
    --p-surface-500: #4c0563;
    --p-surface-600: #440559;
    --p-surface-700: #3d044f;
    --p-surface-800: #350445;
    --p-surface-900: #2a0336;
}