:root {
    --p-primary-color: #e5ab60;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #fcf7ef;
    --p-primary-100: #f9ead7;
    --p-primary-200: #f2d5b0;
    --p-primary-300: #ecc088;
    --p-primary-400: #e8b370;
    --p-primary-500: #e5ab60;
    --p-primary-600: #ce9a56;
    --p-primary-700: #b7894d;
    --p-primary-800: #a07843;
    --p-primary-900: #7e5e35;
    --p-surface-50: #f5f5f5;
    --p-surface-100: #e7e7e7;
    --p-surface-200: #cfcfcf;
    --p-surface-300: #b6b6b6;
    --p-surface-400: #a8a8a8;
    --p-surface-500: #9e9e9e;
    --p-surface-600: #8e8e8e;
    --p-surface-700: #7e7e7e;
    --p-surface-800: #6f6f6f;
    --p-surface-900: #575757;
}