:root {
    --p-primary-color: #5e061c;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #efe6e8;
    --p-primary-100: #d7c1c6;
    --p-primary-200: #af838e;
    --p-primary-300: #864455;
    --p-primary-400: #6e1f33;
    --p-primary-500: #5e061c;
    --p-primary-600: #550519;
    --p-primary-700: #4b0516;
    --p-primary-800: #420414;
    --p-primary-900: #34030f;
    --p-surface-50: #fffefe;
    --p-surface-100: #fefefe;
    --p-surface-200: #fefcfc;
    --p-surface-300: #fdfbfb;
    --p-surface-400: #fcfafa;
    --p-surface-500: #fcf9f9;
    --p-surface-600: #e3e0e0;
    --p-surface-700: #cac7c7;
    --p-surface-800: #b0aeae;
    --p-surface-900: #8b8989;
}