html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: currentColor;
}

a:focus-visible {
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

input:focus-visible {
  outline: none;
}

h2 {
  font-size: clamp(32px, 4.58vw, 66px);
  font-family: "Jost", sans-serif;
  color: #3F296E;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-size: clamp(26px, 3.05vw, 44px);
  font-family: "Jost", sans-serif;
  color: #3F296E;
  font-weight: 700;
  line-height: 1;
}

p {
  font-family: "Poppins", sans-serif;
  color: #0D0D0D;
  line-height: 1.3;
  font-weight: 400;
}