@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  min-height: 100vh;
  background: #f7f5ef;
  color: #171717;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.fa-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
