@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p, li, a, span {
  font-weight: 400;
}


