/*
Theme Name:  Aaghosh Trust
Theme URI:   https://aaghoshtrust.org/
Author:      Aaghosh Trust
Author URI:  https://aaghoshtrust.org/
Description: Custom theme for Aaghosh Trust charity website
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: aaghosh-trust
*/

/* Theme base reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', system-ui, sans-serif;
  background: #fff;
  color: #2b2b2b;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* Main content wrapper */
#aaghosh-content {
  min-height: 60vh;
}












