/*
Theme Name: Sohbet Society
Theme URI: https://sohbetsociety.org
Author: Sohbet Society
Description: Custom WordPress theme for Sohbet Society – a registered UK charity providing structured religious learning, spiritual mentoring, and community programmes.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: sohbet-society
Tags: charity, custom-theme, green, gold, serif
*/

/* ========================================
   CSS CUSTOM PROPERTIES (Design Tokens)
   ======================================== */
:root {
  /* Colors */
  --green-dark:   #2B5741;
  --green-medium: #336854;
  --green-light:  #3D7A5C;
  --gold:         #C4922A;
  --gold-light:   #D4A843;
  --gold-bg:      #C4922A1A; /* 10% gold for bg tints */
  --cream:        #F0EDE6;
  --cream-dark:   #E8E4DC;
  --white:        #FFFFFF;
  --text-dark:    #111827;
  --text-medium:  #4B5563;
  --text-light:   #9CA3AF;
  --border:       rgba(0, 0, 0, 0.08);
  --border-card:  #E5E7EB;

  /* Typography */
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', system-ui, -apple-system, sans-serif;

  /* Spacing */
  --container-max:  1200px;
  --container-pad:  1.5rem;
  --section-pad-y:  5rem;

  /* Radius */
  --radius-sm:  0.375rem;
  --radius-md:  0.625rem;
  --radius-lg:  1rem;

  /* Shadows */
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md:   0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.05);
  --shadow-lg:   0 10px 15px rgba(0,0,0,0.08), 0 4px 6px rgba(0,0,0,0.04);

  /* Transitions */
  --transition: 0.2s ease;
}
