:root {
    --p-primary-color: #212529;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #e9e9ea;
    --p-primary-100: #c8c9ca;
    --p-primary-200: #909294;
    --p-primary-300: #595c5f;
    --p-primary-400: #373b3e;
    --p-primary-500: #212529;
    --p-primary-600: #1e2125;
    --p-primary-700: #1a1e21;
    --p-primary-800: #171a1d;
    --p-primary-900: #121417;
    --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;
}