@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap");

body {
  font-family: var(--font-family-primary);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}
