/* CallTuneAI shared design tokens. Single source of truth (July 2026).
   Per-page :root blocks are being retired: identical values were deleted,
   differing values remain in their page file marked LEGACY OVERRIDE. */
:root {
    --dark-bg: #2C3E50;
    --dark-secondary: #34495E;
    --panel-hi: #3D5470;
    --line: #42566B;
    --accent-blue: #0496FF;
    --pricing-blue: #0496FF;
    --accent-blue-hover: #00A6FF;
    --steel-blue: #3D5A80;
    --steel-hi: #5A7BA6;
    --text-primary: #ffffff;
    --text-secondary: #D1D5DB;
    --text-dim: #93A1B0;
    --light-gray: #D3D3D3;
}
