/*
 * Theme Name:  Gotcha 2026 Child
 * Author:      Gotcha
 * Description: Child theme for Gotcha 2026. Edit variables below per site.
 * Template:    gotcha-2026
 * Version:     1.0.0
 * Text Domain: gotcha2026-child
 */

/*
 * HOW TO CUSTOMIZE:
 * Change the :root variables below to redesign this site.
 * Colors, fonts, layout — everything updates automatically.
 * Bootstrap components sync automatically with your colors.
 */
:root {
    --color-primary:        #2563eb;   /* Main brand color */
    --color-primary-hover:  #1d4ed8;
    --color-secondary:      #64748b;
    --color-accent:         #f59e0b;   /* Highlight / CTA color */
    --color-bg:             #ffffff;   /* Page background */
    --color-bg-alt:         #f8fafc;   /* Cards, alt sections */
    --color-bg-dark:        #0f172a;
    --color-border:         #e2e8f0;
    --color-text:           #1e293b;   /* Body text */
    --color-text-muted:     #64748b;
    --header-bg:            #ffffff;
    --header-text:          #1e293b;
    --header-height:        70px;
    --header-sticky:        1;         /* 1=sticky, 0=static */
    --footer-bg:            #0f172a;
    --footer-text:          #94a3b8;
    --footer-heading:       #ffffff;
    --footer-columns:       4;
    --font-heading:         'Inter', system-ui, sans-serif;
    --font-body:            'Inter', system-ui, sans-serif;
    --font-size-base:       16px;
    --line-height-normal:   1.6;
    --container-max:        1200px;
    --sidebar-width:        300px;
    --radius-md:            8px;
    --radius-lg:            12px;
    --radius-full:          9999px;
}

/* Add site-specific CSS below this line */


/*
=====================================================
QUICK PRESETS — copy any block into :root above
=====================================================

CORPORATE:
    --color-primary:#1a365d; --color-primary-hover:#153054;
    --color-accent:#c09c4f;
    --font-heading:'Playfair Display',Georgia,serif;
    --header-bg:#1a365d; --header-text:#ffffff;
    --footer-bg:#1a365d; --footer-columns:3;
    --radius-md:4px;

SHOP / ECOMMERCE:
    --color-primary:#e53e3e; --color-primary-hover:#c53030;
    --color-accent:#38a169;
    --font-heading:'Poppins',system-ui,sans-serif;
    --font-body:'Poppins',system-ui,sans-serif;
    --container-max:1300px; --footer-columns:4;

SERVICE BUSINESS:
    --color-primary:#0d6efd; --color-primary-hover:#0b5ed7;
    --color-accent:#20c997;
    --font-heading:'Montserrat',system-ui,sans-serif;
    --font-body:'Open Sans',system-ui,sans-serif;

BLOG / MAGAZINE:
    --color-primary:#6366f1; --color-accent:#f97316;
    --font-heading:'Merriweather',Georgia,serif;
    --container-max:900px; --line-height-normal:1.8;

PORTFOLIO / CREATIVE:
    --color-primary:#8b5cf6; --color-accent:#ec4899;
    --color-bg:#0a0a0a; --color-bg-alt:#111111;
    --color-text:#f5f5f5; --header-bg:#0a0a0a;
    --container-max:1400px;
=====================================================
*/
