/*
Theme Name: TunePulse
Theme URI: https://tunepulse.com
Description: Custom theme for TunePulse — EcuTek datalog analysis platform.
Version: 1.0.0
Author: TunePulse
Text Domain: tunepulse
Requires PHP: 8.2
License: Proprietary
*/

:root {
    --tp-bg: #0f0f1a;
    --tp-surface: #1a1a2e;
    --tp-surface2: #16213e;
    --tp-border: #2a2a4a;
    --tp-text: #e0e0e0;
    --tp-text-dim: #8888aa;
    --tp-accent: #00d4ff;
    --tp-accent2: #4ecdc4;
    --tp-warn: #ffd93d;
    --tp-danger: #ff6b6b;
    --tp-good: #4ecdc4;
    --tp-font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}
