/*
Theme Name: Somaliland Armed Forces
Theme URI: https://example.com
Author: Official Web Team
Description: Official institutional WordPress theme for the Somaliland Armed Forces — public information, news, leadership, recruitment, and media platform. Bilingual-ready (English/Somali), built for use with Polylang or WPML.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: saf
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Base design tokens. Full compiled styles live in assets/css/main.css (enqueued in functions.php). */
:root{
  --saf-navy: #0b1f3a;
  --saf-navy-dark: #071528;
  --saf-green: #2a7a4b;
  --saf-gold: #b98d2c;
  --saf-white: #ffffff;
  --saf-gray-100: #f4f5f7;
  --saf-gray-300: #d8dbe0;
  --saf-gray-600: #5a6270;
  --saf-gray-900: #1c2230;
  --saf-radius: 6px;
  --saf-font-heading: 'Merriweather', Georgia, serif;
  --saf-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
