:root {
    --page-bg: #f0f9ff;
    --accent: #0891b2;
    --accent-light: #e0f2fe;
    --accent-from: #0891b2;
    --accent-to: #0e7490;
    --accent-shadow-sm: rgba(8, 145, 178, 0.45);
    --accent-shadow-lg: rgba(8, 145, 178, 0.6);
}
