@font-face {
  font-family: 'Inter';
  src: url('Inter.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: oblique -10deg 0deg;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

h3 {
  font-weight: 500;
}

.content {
  margin: 70px auto;
  max-width: 42em;
}
