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

/* Global font for the site */
html,
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

h1,
h2,
h3 {
  letter-spacing: -0.5px;
}

p {
  line-height: 1.55;
  font-weight: 500;
}
