:root {
    --p-primary-color: #03a9f4;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #e6f6fe;
    --p-primary-100: #c0eafc;
    --p-primary-200: #81d4fa;
    --p-primary-300: #42bff7;
    --p-primary-400: #1cb2f5;
    --p-primary-500: #03a9f4;
    --p-primary-600: #0398dc;
    --p-primary-700: #0287c3;
    --p-primary-800: #0276ab;
    --p-primary-900: #025d86;
    --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;
}