:root {
  font-family: Rubik, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background-color: #f5efea;
  color: #2b2735;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

.wrap {
  max-width: 568px;
  margin: 72px auto;
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 400;
}

p {
  margin: 0 0 18px;
}

a {
  color: #5c7bb7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}
