
body {
  	margin: 0;
  	line-height: normal;
}

html {
  	font-size: 16px;
}
body, button, input, select, textarea {
  	font-family: 'Inter', sans-serif;
  	font-size: 1rem;
  	font-weight: 400;
  	color: #333;
}
a {
  	color: #007bff;
  	text-decoration: none;
}