@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #253238;
  line-height: 24px;
  /* font-stretch: expanded; */
  font-weight: 250;
}
h1, h2 {
  /* color: black; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #253238;
  
}
h3, h4, h5, h6 {
  /* color: black; */
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #253238;
  
}

.list {
  font-family: 'Inter', sans-serif;
  list-style-type: circle;
  list-style-position: outside;
}
