/*
Theme Name: EACB Modern Institutional Theme
Theme URI: https://eacb.ac.tz
Author: East Africa College of Business
Author URI: https://eacb.ac.tz
Description: Production-ready custom WordPress theme for East Africa College of Business (EACB). A modern, accessible institutional theme preserving the EACB navy and gold identity, with custom post types for Programmes, Short Courses, Leadership, News, Events, Partners, Gallery, YouTube videos, and a managed hero slider and notification ticker. One college, two core academic areas: Business & Entrepreneurial Leadership and Information & Communication Technology.
Version: 8.2.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eacb
Tags: education, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, full-width-template
*/

/*
 * The full design system lives in assets/css/theme.css (enqueued via functions.php).
 * This file carries the required WordPress theme header. A small set of base
 * rules is kept here so the theme degrades gracefully if the main stylesheet
 * ever fails to load.
 */
:root {
  --eacb-navy: #172A46;
  --eacb-gold: #C9A02C;
  --eacb-cream: #F7F5EF;
  --eacb-ink: #182333;
}
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--eacb-ink); background: #fff; }
a { color: var(--eacb-navy); }
