/*
Theme Name: Harrison Fixer
Theme URI: https://harrisonlegalgroup.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Minimal custom theme for Harrison Legal Group with a dark media-law landing page and random scenario cards.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: harrison-fixer
*/

:root {
  --hf-bg: #0a0b0d;
  --hf-panel: #111318;
  --hf-panel-2: #171a21;
  --hf-text: #f4f1ec;
  --hf-muted: #b3b7c0;
  --hf-border: rgba(255,255,255,0.08);
  --hf-accent: #e35a23;
  --hf-accent-hover: #f06a33;
  --hf-shadow: 0 18px 48px rgba(0,0,0,0.35);
  --hf-radius: 16px;
  --hf-width: 1180px;
}
