/*
Theme Name: Ashwin Maharaj Foundation
Theme URI: https://example.org
Author: Kavi arasan
Author URI: https://42andmore.com
Description: Custom WordPress theme built for NGO / Non-profit organization supporting cancer patients.
Version: 1.0.0
Text Domain: ashwin-foundation
*/
/* Base CSS Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c2c2c;
  background-color: #ffffff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}