body {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}

.container {
--bs-gutter-x: 3rem;
}

.bold {
  font-weight: 700 !important ;
}

.kode-mono {
  font-family: "Kode Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 770px;
}

.offset-lg-1 {
  
}

.bg-light {
  background-color: #D9D9D9 !important;
}

.card {
  border: 0px !important;
  --bs-card-cap-padding-y: 0rem;
}

.card-header {
  background-color: white;
  border: 0px;
}

h1 {
  line-height: 1.15 !important;
}

.bold-a {
  font-weight: 400;
  text-decoration: none !important;
  color: inherit !important;
}


