@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
  font-family: Inter, "Segoe UI", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
  position: relative;
}

body {
  background-color: #333;
  margin: 0px;
  padding: 0px;
  color: #565656;
  font-size: 16px;
}

.tippy-tooltip {
  white-space: nowrap;
}

.table {
  --bs-table-color: #565656;
}


a {
  text-decoration: none !important;
}

.container {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FEFEFE;
}

.tooltip-text {
  border-bottom: 1px dotted #333;
  cursor: help;
}

.title {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;  
}

.testimonial .card-footer a {
  text-decoration: underline !important;
}

.how-it-works .topic {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
}

.how-it-works .topic .step {
  background: #565656;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

.how-it-works .illustration {
  height: 150px;
  border: 1px solid #333;
  background-color: #eee;
  border-radius: 5px;
}

.card {
  color: #565656;
}

.logo img {
  width: 24px;
}

h1 {
  display: block;
  font-size: 36px;
  text-align: center;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h2 {
  display: block;
  font-size: 32px;
  text-align: center;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h3 {
  margin: 24px auto;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

pre {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}