:root {
    --p-primary-color: #4caf50;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #edf7ee;
    --p-primary-100: #d2ebd3;
    --p-primary-200: #a6d7a8;
    --p-primary-300: #79c37c;
    --p-primary-400: #5eb762;
    --p-primary-500: #4caf50;
    --p-primary-600: #449e48;
    --p-primary-700: #3d8c40;
    --p-primary-800: #357b38;
    --p-primary-900: #2a602c;
    --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;
}