/*
Theme Name: Foul Ball Finds
Theme URI: https://foulballfinds.com
Author: Foul Ball Finds
Author URI: https://foulballfinds.com
Description: Official WooCommerce theme for Foul Ball Finds — Humorous Baseball Apparel. Navy, red, and cream retro Americana ballpark aesthetic with full WooCommerce store support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foul-ball-finds
Tags: woocommerce, e-commerce, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, blog, portfolio, photography
*/

/* =====================================================
   THEME DESIGN TOKENS
   ===================================================== */
:root {
  --fbf-navy:       #0a1b3c;
  --fbf-red:        #c6202b;
  --fbf-cream:      #f5f0e6;
  --fbf-cream-dark: #e8e1d4;
  --fbf-navy-light: #1a2b4c;
  --fbf-white:      #ffffff;
  --fbf-gray:       #6b7280;
  --fbf-gray-light: #f3f4f6;

  --fbf-font-display: 'Space Grotesk', sans-serif;
  --fbf-font-body:    'DM Sans', sans-serif;
  --fbf-font-mono:    'DM Mono', monospace;

  --fbf-radius:   4px;
  --fbf-max-w:    1240px;
  --fbf-shadow:   0 4px 24px rgba(10,27,60,.18);
}
