@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100;200;300;400;500;600;700;800;900&family=Spline+Sans:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Albert Sans", sans-serif;
  background-color: white;
}

h1 {
  font-weight: 800;
}

h3 {
  font-weight: 600;
}
