html,
body {
  color: #121212;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
}

.headline {
  font-family: GH Guardian Headline,Guardian Egyptian Web,Georgia,serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 14px;
}

img {
  max-width: 220px;
  width: 100%;
}