/*
Theme Name: Talon
Theme URI: https://example.com/talon
Author: LGE
Author URI: https://example.com
Description: A custom WordPress theme for indie game studios and esports brands. Dark aesthetic with teal/cyan accent, built for showcasing games, team, and news.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talon
Tags: dark, gaming, custom, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Talon WordPress Theme, Copyright 2026 LGE
Talon is distributed under the terms of the GNU GPL v2 or later.
*/

/* -------------------------------------------------
   CSS Custom Properties — Brand Palette
   Derived from client logo: black bg, teal/cyan accent,
   deep navy secondary, bright cyan highlight.
   Swap these values to re-skin the whole site.
------------------------------------------------- */
:root {
	--color-bg: #0a0a0a;
	--color-bg-alt: #111417;
	--color-surface: #14181c;
	--color-border: #1f2529;

	--color-accent: #2ec4d6;       /* primary teal */
	--color-accent-dark: #14304a;  /* deep navy (gradient low end) */
	--color-accent-glow: #4de8f5;  /* bright cyan highlight */

	--color-text: #f4f6f7;
	--color-text-muted: #9aa5ab;
	--color-text-dim: #5f6a70;

	--font-heading: 'Rajdhani', 'Segoe UI', sans-serif;
	--font-body: 'Inter', 'Segoe UI', sans-serif;

	--radius-sm: 4px;
	--radius-md: 10px;
	--radius-lg: 20px;

	--container-width: 1240px;
}

/* Base resets intentionally live in assets/css/style.css so this file
   stays a clean, spec-compliant theme header + token sheet. */
