/*
Theme Name: Hostyler Raffles
Theme URI: https://hostyler.com
Author: Hostyler Group
Author URI: https://hostyler.com
Description: Hostyler Raffles - custom competition theme by Hostyler Group. Dark and gold skeleton, ready for design integration.
Version: 0.1.0
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hostyler-raffles
Tags: woocommerce, dark, custom-menu, featured-images, full-width-template

Hostyler Raffles theme by Hostyler Group.
*/

/* ==========================================================================
   BRAND COLOURS - edit here only.
   All theme CSS files must use var(--color-*) - never hardcode hex values.
   ========================================================================== */

:root {
	/* RGB helpers for alpha overlays */
	--color-ink-rgb: 13, 12, 10;
	--color-gold-rgb: 254, 183, 48;
	--color-urgent-rgb: 230, 57, 70;
	--color-success-rgb: 45, 198, 83;

	/* Backgrounds (bounty premium) */
	--color-bg-primary: #0d0c0a;
	--color-bg-secondary: #1a1916;
	--color-bg-card: #1a1916;
	--color-bg-elevated: #2a2925;

	/* Gold accent */
	--color-gold: #feb730;
	--color-gold-light: #ffd06a;
	--color-gold-dark: #c88a00;
	--color-gold-pale: #fff5d6;
	--color-gold-muted: rgba(254, 183, 48, 0.15);

	/* Text */
	--color-text-primary: #ffffff;
	--color-text-secondary: #c8c4ba;
	--color-text-muted: #9a9689;

	/* Borders */
	--color-border: rgba(255, 255, 255, 0.06);
	--color-border-gold: rgba(254, 183, 48, 0.35);

	/* Semantic */
	--color-success: #2dc653;
	--color-urgent: #e63946;
	--color-error: #f87171;
}
