* {
  scroll-behavior: smooth;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-primary {
  @apply w-full px-14 py-6 font-[Inter] uppercase font-semibold text-center;
}

.paragraph-width {
  width: 83.333333%;
  max-width: 42rem;
}
