/*
Theme Name: CCDSR - Centre for Community Development and Social Research
Theme URI: https://ccdsr.org
Author: CCDSR Development Directorate
Author URI: https://ccdsr.org
Description: Custom high-performance, accessible WordPress theme for the Centre for Community Development and Social Research (CCDSR). Features full responsive Tailwind CSS styling, Google Fonts (Montserrat & Inter), Custom Page Templates for What We Do, Our Team, Our Story, Contact Us, Donate, and Annual Reports.
Version: 2.4.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: ccdsr
Tags: two-columns, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready, block-patterns, accessibility-ready
*/

:root {
  --color-forest-deep: #064E3B;
  --color-primary: #004532;
  --color-primary-container: #065F46;
  --color-gold-soft: #D97706;
  --color-surface: #F8F9FF;
  --color-surface-muted: #F9FAFB;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #121C28;
  background-color: #F8F9FF;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
