@import url("https://fonts.googleapis.com/css2?family=Anta&family=Josefin+Sans:wght@300;400;500;600;700&display=swap");

body,
p,
span,
a,
button,
input,
textarea {
  font-family: "Josefin Sans", sans-serif;
}

h1,
h2,

.hero-text h1 {
  font-family: "Anta", sans-serif;
  font-weight: 400;
}
h3,
.project-point p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}