.header-title {
  color: #566c11;
  font-family: "Arial", sans-serif;
  font-size: 48px;
  font-style: bold;
}

.header-med {
  font-family: "Arial", sans-serif;
  font-size: 36px;
}

.header-med-green {
  font-family: "Arial", sans-serif;
  font-size: 36px;
  color: #566c11;
}

.header-med-orange {
  font-family: "Arial", sans-serif;
  font-size: 36px;
  color: #f37221;
}

.header-sm-orange {
  color: #f37221;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-style: bold;
}

.header-sm-purple {
  color: #45238f;
  font-family: "Arial", sans-serif;
  font-size: 24px;
}

.header-sm-green {
  color: #566c11;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-style: bold;
}

.header-sm-black {
  color: #666666;
  font-family: "Arial", sans-serif;
  font-style: bold;
}

.paragraph-lg {
  color: #666666;
  font-size: 24px;
  font-family: "Arial", sans-serif;
}

.paragraph-md {
  color: #666666;
  font-family: "Arial", sans-serif;
}

.paragraph-sm {
  color: #666666;
  font-family: "Arial", sans-serif;
}

.data-label {
  color: #666666;
  font-size: 12px;
}

.u-text-center {
  text-align: center;
}