/*
Theme Name: Somali Legal Hub
Theme URI: https://somalilegalhub.com/
Author: Somali Legal Hub
Description: Custom theme for Somali Legal Hub, matching the design of the somalilegalhub.com Next.js site, with News & Activities publishing built on WordPress posts/categories.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: slh
*/

/* Design tokens extracted from the live somalilegalhub.com CSS build. */
:root {
	--slh-navy: #1B3A6B;
	--slh-navy-dark: #0C1829;
	--slh-navy-darker: #091220;
	--slh-navy-panel: #0F2035;
	--slh-navy-tint: #E8EDF5;
	--slh-navy-soft: #3A6BC4;
	--slh-green: #2D7A46;
	--slh-green-bright: #20B558;
	--slh-teal: #00CFCF;
	--slh-whatsapp: #25D366;
	--slh-red: #E40014;
	--slh-bg: #F4F6F9;
	--slh-white: #FFFFFF;
	--slh-ink: #0A0A0A;
	--slh-muted: #8BA0BB;
	--slh-border: #E5E5E5;

	--slh-font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--slh-font-serif: 'DM Serif Display', Georgia, 'Times New Roman', serif;

	--slh-radius-sm: 0.375rem;
	--slh-radius: 0.625rem;
	--slh-radius-lg: 1rem;
	--slh-radius-xl: 1.5rem;

	--slh-shadow: 0 1px 2px rgba(27, 58, 107, 0.06), 0 4px 16px rgba(27, 58, 107, 0.08);
	--slh-shadow-lg: 0 8px 24px rgba(27, 58, 107, 0.12), 0 2px 8px rgba(27, 58, 107, 0.06);

	--slh-container: 1180px;
}
