/*
Theme Name: Greenetearth Charitable Trust
Theme URI: https://greenetearth.org
Author: Greenetearth Charitable Trust
Author URI: mailto:gne@greenetearth.org
Description: A responsive nature and earth-focused theme for Greenetearth Charitable Trust.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenetearth
Tags: green, charity, environment, nature, responsive, clean
*/
body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
  color: #2F2F2F;
  line-height: 1.6;
  background: #fff;
}
header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
  padding: 10px 0;
}
header img {
  height: 60px;
  width: auto;
}
h1, h2, h3 {
  color: #2C7A4B;
}
footer {
  background: #1F7A4B;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}
footer a {
  color: #F6C84C;
}
