/* ============================================================
   CARE INITIATIVE — GLOBAL STYLES
   careinitiative.ngo
   ============================================================ */

:root {
  --green:     #457534;
  --green-dk:  #2f5223;
  --green-xl:  #1a3a14;
  --orange:    #F58F1F;
  --orange-dk: #d97706;
  --black:     #363636;
  --grey:      #7D8285;
  --cream:     #FAFAF7;
  --white:     #ffffff;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--black);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }