:root {
    --p-primary-color: #c0ab84;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #f9f7f3;
    --p-primary-100: #efeae0;
    --p-primary-200: #e0d5c2;
    --p-primary-300: #d0c0a3;
    --p-primary-400: #c6b390;
    --p-primary-500: #c0ab84;
    --p-primary-600: #ad9a77;
    --p-primary-700: #9a896a;
    --p-primary-800: #86785c;
    --p-primary-900: #6a5e49;
    --p-surface-50: #fdfbf8;
    --p-surface-100: #fbf6ed;
    --p-surface-200: #f6eddb;
    --p-surface-300: #f2e3c9;
    --p-surface-400: #efdebe;
    --p-surface-500: #eddab7;
    --p-surface-600: #d5c4a5;
    --p-surface-700: #beae92;
    --p-surface-800: #a69980;
    --p-surface-900: #827865;
}