/*
Theme Name: wpeye Public
Theme URI: https://wpeye.example
Author: wpeye
Description: Marketing site theme for wpeye — bold, dark, editorial.
Version: 1.0.0
Text Domain: wpeye-public
*/

:root {
    --wpe-bg: #0a0a1f;
    --wpe-surface: #15152e;
    --wpe-text: #ffffff;
    --wpe-muted: #a5b4fc;
    --wpe-border: rgba(255, 255, 255, 0.08);
    --wpe-gradient: linear-gradient(90deg, #a855f7, #ec4899);
    --wpe-gradient-hero: linear-gradient(90deg, #a855f7, #ec4899, #f59e0b);
}
