/*
Theme Name: Pump and Funnel
Theme URI: https://pumpandfunnel.com
Author: David Bain
Author URI: https://davidbain.com
Description: The official theme for the Pump and Funnel Marketing Show, operated by Casting Cred Ltd SC306577.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pump-and-funnel
Tags: marketing, podcast, dark, custom-colors, custom-logo
*/

/* ── CSS VARIABLES ── */
:root {
  --gold: #b8962e;
  --gold-light: #d4af55;
  --black: #0a0a0a;
  --surface: #0f0d0a;
  --surface2: #141210;
  --text: #faf8f4;
  --text-muted: rgba(250,248,244,0.55);
  --border: rgba(184,150,46,0.14);
}
