:root {
    --p-primary-color: #1141d4;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #e7ecfb;
    --p-primary-100: #c4d0f4;
    --p-primary-200: #88a0ea;
    --p-primary-300: #4d71df;
    --p-primary-400: #2954d8;
    --p-primary-500: #1141d4;
    --p-primary-600: #0f3bbf;
    --p-primary-700: #0e34aa;
    --p-primary-800: #0c2e94;
    --p-primary-900: #092475;
    --p-surface-50: #fffdeb;
    --p-surface-100: #ffface;
    --p-surface-200: #fff59d;
    --p-surface-300: #fff06c;
    --p-surface-400: #ffed4f;
    --p-surface-500: #ffeb3b;
    --p-surface-600: #e6d435;
    --p-surface-700: #ccbc2f;
    --p-surface-800: #b3a529;
    --p-surface-900: #8c8120;
}