/* Common */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Content */
.text-body-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
}

.text-body-normal {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}
.text-body-normal-white {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}
.list-check{
  font-size: 15px;
  color: #000;
}
/* Section */

/* Section Background */
.-custom {
  color: #0b0f19 !important;
}

/* Heading */

/* Sub Heading */

/* Title */

/* Sub Title */

/* Paragraph */

/* Images */

/* Cards */

/* Lists */

/* Footer */
.footer-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .text-body-lead {
    font-size: 1rem;
  }
  .text-body-normal {
    font-size: 0.925rem;
  }
}
