: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: #ffffff;
    --p-surface-100: #ffffff;
    --p-surface-200: #ffffff;
    --p-surface-300: #ffffff;
    --p-surface-400: #ffffff;
    --p-surface-500: #ffffff;
    --p-surface-600: #e6e6e6;
    --p-surface-700: #cccccc;
    --p-surface-800: #b3b3b3;
    --p-surface-900: #8c8c8c;
}