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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lora", Georgia, serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Lora", Georgia, serif;
}

label,
button,
input {
  font-family: "Inter", -apple-system, system-ui, sans-serif;
}

input {
  font-weight: 400;
}
