@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,600;1,600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background: radial-gradient(circle, #094049ec 22%, #094149 58%);
}

@media (max-width: 350px) {
  body {
    overflow-x: auto;
  }
}
