/*
Theme Name: SOHPKM Church Theme
Theme URI: https://sohpkm.org
Author: Sanctuary of His Presence Kingdom Ministries
Author URI: https://sohpkm.org
Description: Official WordPress theme for Sanctuary of His Presence Kingdom Ministries (SOHPKM) — Stone Mountain, Georgia. Royal purple and gold palette with full church website functionality including sermons, events, ministries, giving, and contact pages. Where God Dwells & Love Lives.
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: sohpkm
Tags: church, ministry, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
*/

/* =====================================================
   SOHPKM Design System — Royal Purple & Gold Palette
   ===================================================== */
:root {
  --sohpkm-purple:       #4a2072;
  --sohpkm-purple-dark:  #2d1060;
  --sohpkm-purple-light: #dfd4ee;
  --sohpkm-gold:         #c9860a;
  --sohpkm-gold-light:   #f5e6c8;
  --sohpkm-burgundy:     #7a1c3a;
  --sohpkm-bg:           #faf9f6;
  --sohpkm-surface:      #ffffff;
  --sohpkm-surface-2:    #f5f3ef;
  --sohpkm-border:       #e0dbd3;
  --sohpkm-text:         #1c1812;
  --sohpkm-muted:        #6e6a62;
  --sohpkm-dark-bg:      #0e0a18;
  --font-display:        'Playfair Display', Georgia, serif;
  --font-body:           'Source Sans 3', 'Helvetica Neue', sans-serif;
  --radius-md:           0.5rem;
  --radius-lg:           0.75rem;
  --radius-xl:           1rem;
  --radius-full:         9999px;
  --shadow-md:           0 4px 16px rgba(74,32,114,0.12);
  --shadow-lg:           0 12px 40px rgba(74,32,114,0.18);
  --transition:          180ms cubic-bezier(0.16,1,0.3,1);
}
