:root {
    --p-primary-color: #009688;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #e6f5f3;
    --p-primary-100: #bfe5e1;
    --p-primary-200: #80cbc4;
    --p-primary-300: #40b0a6;
    --p-primary-400: #1aa194;
    --p-primary-500: #009688;
    --p-primary-600: #00877a;
    --p-primary-700: #00786d;
    --p-primary-800: #00695f;
    --p-primary-900: #00534b;
    --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;
}