/*
Theme Name: Auction247
Theme URI: https://auction247.smoothbyteit.dev
Author: Smooth Byte IT
Author URI: https://smoothbyteit.dev
Description: High-energy, gamified online auction theme for Auction247 — UK Online Auction House. Built with Auction Forge plugin integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
License: Private
Text Domain: auction247
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --color-primary:        #FF6B00;
  --color-primary-dark:   #CC5500;
  --color-secondary:      #1A1A2E;
  --color-accent:         #E94560;
  --color-gold:           #FFD700;
  --color-surface:        #0F3460;
  --color-bg:             #0D0D1A;
  --color-bg-light:       #F8F9FF;
  --color-text-light:     #FFFFFF;
  --color-text-muted:     #94A3B8;
  --color-text-dark:      #1A1A2E;
  --color-border:         rgba(255,255,255,0.08);
  --color-card-bg:        rgba(15,52,96,0.6);

  --font-heading:         'Outfit', sans-serif;
  --font-body:            'Inter', sans-serif;
  --font-mono:            'JetBrains Mono', monospace;

  --radius-sm:   6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-full: 9999px;

  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-glow: 0 0 20px rgba(255,107,0,0.35);

  --transition-fast: 150ms ease-out;
  --transition-med:  250ms ease-out;
  --transition-slow: 400ms ease-out;

  --max-width: 1280px;
  --section-py: 80px;
}
