@font-face {
  font-family: 'HendersonBCGSansThin';
  src: url('assets/fonts/HendersonBCGSansThin.woff2.ttf') format('ttf');
  font-style: normal;
  font-weight: 100; /* Adjust font-weight as needed */
}

p, h1, h2, h3, h4, h5, h6, li {
  font-family: 'HendersonBCGSansThin', fallback, sans-serif;
  font-style: normal;
  font-weight: 100; /* Adjust font-weight as needed */
  
}

body {
  font-family: 'HendersonBCGSansThin', fallback, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0rem;
}

h3 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.title-uppercase {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

ol {
  margin-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

.highlight {
  color:  #f87824;
}

.custom-h3 {
  width: 80%; /* Adjust the width percentage as needed */
  margin: 0 auto; /* This is to center the element horizontally */
  padding-top: 80px;
  font-weight: 700;
}