/*
Theme Name: Astha Sanchay Theme
Theme URI: https://einex.xyz
Author: Nurul Islam
Author URI: https://einex.xyz
Description: Official mobile-first WordPress theme for আস্থা সঞ্চয় পরিবার (Astha Sanchay Paribar) Savings Association. Presentation layer only - all business logic and data live in the "astha-sanchay-management" plugin. Theme: Dark Green primary, Orange secondary, White/Light Gray background.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: astha-sanchay-theme
*/

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: #f5f7f6;
	color: #1e2b25;
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, sans-serif;
	line-height: 1.5;
}
img { max-width: 100%; height: auto; }
a { color: #0b5d3b; }

.astha-site-footer {
	text-align: center;
	padding: 18px 12px 90px;
	font-size: 12px;
	color: #6b7a73;
}

.astha-simple-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 24px 18px;
	background: #fff;
}
.astha-simple-page h1 { color: #0b5d3b; }

.astha-404 { text-align: center; padding: 60px 20px; }
.astha-404 h1 { font-size: 64px; margin: 0; color: #e8792c; }
.astha-404 a { display: inline-block; margin-top: 16px; background: #0b5d3b; color: #fff; padding: 10px 20px; border-radius: 8px; text-decoration: none; }
