:root {
    --p-primary-color: #f44336;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #feeceb;
    --p-primary-100: #fcd0cd;
    --p-primary-200: #faa19b;
    --p-primary-300: #f77268;
    --p-primary-400: #f5564a;
    --p-primary-500: #f44336;
    --p-primary-600: #dc3c31;
    --p-primary-700: #c3362b;
    --p-primary-800: #ab2f26;
    --p-primary-900: #86251e;
    --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;
}