/*
Theme Name: Hero Database
Theme URI: https://example.com/hero-database
Author: Codex
Author URI: https://openai.com
Description: Private Empire & Puzzles hero catalog powered by Empuzzled data.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: hero-database
*/

:root {
    --hero-db-bg: #f5f0e8;
    --hero-db-surface: rgba(255, 250, 242, 0.88);
    --hero-db-surface-strong: #f2e5d1;
    --hero-db-border: rgba(119, 90, 54, 0.16);
    --hero-db-text: #211a16;
    --hero-db-muted: #6b6358;
    --hero-db-accent: #cf5c37;
    --hero-db-accent-strong: #8e331c;
    --hero-db-highlight: #175c63;
    --hero-db-shadow: 0 24px 60px rgba(33, 26, 22, 0.09);
}

body {
    background:
        radial-gradient(circle at top left, rgba(207, 92, 55, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(23, 92, 99, 0.11), transparent 24%),
        linear-gradient(180deg, #f8f4ee 0%, var(--hero-db-bg) 100%);
    color: var(--hero-db-text);
}
