/* Dynamic Colors - Generated by PHP */

:root {
    --primary-color: #0ea5e9;
    --secondary-color: #10b981;
    --accent-color: #8b5cf6;
    --background-color: #ffffff;
    --text-color: #000000;
    
    /* RGB values for rgba usage */
    --primary-color-rgb: 14, 165, 233;
    --secondary-color-rgb: 16, 185, 129;
    --accent-color-rgb: 139, 92, 246;
    --text-color-rgb: 0, 0, 0;
}
