:root {
    --p-primary-color: #094b7a;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #e6edf2;
    --p-primary-100: #c2d2de;
    --p-primary-200: #84a5bd;
    --p-primary-300: #47789b;
    --p-primary-400: #225d87;
    --p-primary-500: #094b7a;
    --p-primary-600: #08446e;
    --p-primary-700: #073c62;
    --p-primary-800: #063555;
    --p-primary-900: #052943;
    --p-surface-50: #fffefe;
    --p-surface-100: #fefdfe;
    --p-surface-200: #fdfafc;
    --p-surface-300: #fbf8fb;
    --p-surface-400: #fbf6fa;
    --p-surface-500: #faf5f9;
    --p-surface-600: #e1dde0;
    --p-surface-700: #c8c4c7;
    --p-surface-800: #afacae;
    --p-surface-900: #8a8789;
}