@import './header.css';
@import './shared.css';
@import './hero-section.css';
@import './about-section.css';
@import './purpose-section.css';
@import './purpose-images.css';
@import './history-section.css';
@import './careers-section.css';
@import './our-people-section.css';
@import './activity-section.css';
@import './footer.css';

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1f2937;
  background-color: #ffffff;
  min-width: 320px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container,
.section-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

p {
  margin: 0.4rem 0 0;
}

ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}
