:root {
    --p-primary-color: #00539c;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #e6eef5;
    --p-primary-100: #bfd4e6;
    --p-primary-200: #80a9ce;
    --p-primary-300: #407eb5;
    --p-primary-400: #1a64a6;
    --p-primary-500: #00539c;
    --p-primary-600: #004b8c;
    --p-primary-700: #00427d;
    --p-primary-800: #003a6d;
    --p-primary-900: #002e56;
    --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;
}