/*
Theme Name: Fresh Nepal
Theme URI: https://fresh-nepal.org/
Author: Eagle Vision
Description: FSE charity theme for Fresh Nepal. Uses eagle-block-pro fn-* blocks from freshNepal.html mockup.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: fresh-nepal
Tags: full-site-editing, block-patterns, charity, education
*/

:root {
	--fn-green: #2d8a3e;
	--fn-blue: #173f8a;
	--fn-white: #ffffff;
	--fn-slate-800: #1e293b;
	--fn-container-width: 1536px;
	--fn-container-padding: 1.5rem;
	--fn-font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
	--fn-font-serif: "Playfair Display", Georgia, serif;
}

html { scroll-behavior: smooth; }

body, .wp-site-blocks {
	background: var(--fn-white);
	color: var(--fn-slate-800);
	font-family: var(--fn-font-sans);
	line-height: 1.625;
}

.wp-site-blocks { min-height: 100vh; }

.fn-front-page, .fn-front-page.wp-block-group {
	gap: 0 !important;
	margin-block: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.fn-front-page > *, [class*="wp-block-eagle-block-pro-fn-"] {
	margin-block: 0 !important;
}

.is-layout-constrained > [class*="wp-block-eagle-block-pro-fn-"] {
	max-width: none !important;
	width: 100% !important;
}

.fn-page-shell {
	margin-inline: auto;
	max-width: var(--fn-container-width);
	padding: 3rem var(--fn-container-padding);
}

.hero-overlay {
	background: linear-gradient(135deg, rgba(23,63,138,.9) 0%, rgba(23,63,138,.7) 40%, rgba(45,138,62,.3) 100%);
}

.eagle-block-pro__fn-mission__container a {
	text-decoration: underline;
}
