/*
Theme Name: HNCC Theme
Theme URI: https://www.hncc.life/
Author: House of Nations, Inc.
Author URI: https://www.hncc.life/
Description: Custom WordPress theme for House of Nations Christian Center (HNCC) — worship, sermons, ministries, livestream, events, giving and the HNCC Assistant.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hncc-theme
Domain Path: /languages
Tags: church, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready, responsive-layout
*/

/* The full design system lives in assets/css/main.css and assets/css/responsive.css,
   which are enqueued in inc/theme-setup.php. This file carries the theme header and
   a minimal safety baseline so the theme degrades gracefully if assets fail to load. */

:root {
	--hncc-worship: #003f5a;
	--hncc-worship-deep: #002637;
	--hncc-teal: #007a7a;
	--hncc-revival: #de6600;
	--hncc-gold: #fea02f;
	--hncc-cream: #ebd9c8;
}

body {
	margin: 0;
	background: #fbf6f1;
	color: #002637;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
