
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
}

p, td, li, input, button {
  font-weight: 400;
}
