/*
Theme Name: NexoraFund
Theme URI: https://nexorafund.com
Author: Your Name
Author URI: https://nexorafund.com
Description: Custom blank theme for NexoraFund NGO Grant Platform
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: nexorafund
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background-color: #f1f5f9;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}