/*
Theme Name: GiftCat
Theme URI: https://giftcat.ai
Author: GiftCat
Author URI: https://giftcat.ai
Description: AI-powered gift advisory theme for GiftCat — a curated affiliate-driven gift recommendation site featuring a warm, playful cat mascot. Includes custom post type for gifts, taxonomies for occasions, addressants, vibes and price ranges, plus a homepage with hero, occasion grid, featured picks, value props, testimonials, blog previews and newsletter CTA.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: giftcat
Tags: affiliate, ai, gift-guide, custom-post-types, custom-menu, custom-logo, custom-colors, featured-images, threaded-comments, translation-ready, blog, e-commerce
*/

/* ─────────────────────────────────────────────────────────────────────────────
   GiftCat — Design Tokens
   The actual UI styles live in assets/css/main.css.
   This file exists primarily for the WordPress theme header and exposes the
   design tokens so they can also be referenced from the editor / customizer.
   ───────────────────────────────────────────────────────────────────────────── */

:root {
  /* Brand */
  --gc-primary:        #6565DB;
  --gc-primary-dark:   #2F2F8F;
  --gc-primary-50:     #F7F7FF;
  --gc-primary-100:    #E1E1FF;
  --gc-primary-200:    #BDBDFF;

  /* Accents */
  --gc-pink:           #FFE4EC;
  --gc-pink-text:      #c05a7b;
  --gc-peach:          #FFF0DC;
  --gc-peach-text:     #b06020;
  --gc-star:           #FFB86B;

  /* Neutrals */
  --gc-text:           #2D2D2D;
  --gc-text-muted:     #6B6B8A;
  --gc-white:          #ffffff;
  --gc-black:          #000000;

  /* Effects */
  --gc-shadow-sm:      0 2px 12px rgba(101,101,219,0.08);
  --gc-shadow-md:      0 4px 16px rgba(101,101,219,0.12);
  --gc-shadow-lg:      0 4px 20px rgba(101,101,219,0.16);

  /* Radii */
  --gc-radius-sm:      8px;
  --gc-radius-md:      16px;
  --gc-radius-lg:      20px;
  --gc-radius-pill:    999px;

  /* Layout */
  --gc-container:      1140px;
  --gc-gutter:         32px;

  /* Typography */
  --gc-font-body:      'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --gc-font-display:   'CaviarDreams', 'Quicksand', 'Nunito', sans-serif;
}
