/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child theme for Hello Elementor. Customizations should be made here so the parent theme can be safely updated.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 1.0.0
	Text Domain: hello-elementor-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =========================================================================
   Trans Nation DT Sacco — brand palette (shared across the child theme)
   Header styling lives in assets/css/header.css.
   ========================================================================= */

/* --- Manrope font applied site-wide ----------------------------------- */
body,
body *,
input,
textarea,
select,
button {
	font-family: 'Manrope', sans-serif !important;
}

:root {
	--tn-green: #1aa84c;
	--tn-teal: #16b6c4;
	--tn-teal-dark: #0f97a3;
	--tn-ink: #1f2937;
	--tn-muted: #6b7280;
	--tn-shadow: 0 6px 24px rgba(16, 23, 42, 0.08);
	--tn-shadow-strong: 0 8px 28px rgba(16, 23, 42, 0.12);
	--tn-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Add your own custom styles below this line */
