@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2");
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

h2 {
  font-size: 68px;
  line-height: 75px;
}

h3 {
  display: inline-block;
}

p {
  line-height: 32px;
  letter-spacing: -.5px;
}

section nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

section nav ul li {
  margin-right: 1rem;
}

section nav ul li a {
  display: block;
  border: 2px solid #000;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
}
ul.check {list-style: none;margin:0;padding:0;}
ul.check li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 900;
  color: #ff9800;
  margin-right: 8px;
}

footer p {
  opacity: 0.6;
}

.hand {background-image:url(/themes/custom/buckz/images/hand-mockup.png);background-repeat: no-repeat;background-position: right bottom;min-height:800px;}