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

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F8F6F3;
}

