html,
body {
  color: #121212;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-family: GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.body-with-rules {
  background-color: #f0f0f0;
  padding: 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

h1 {
  font-family: "GH Guardian Headline", Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}

h2 {
  font-family: GuardianTextEgyptian,Guardian Text Egyptian Web,Georgia,serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 16px;
}

p:last-of-type {
  margin-bottom: 0;
}

svg {
  height: 98px;
  width: 280px;
  margin-bottom: 10px;
}

.standfirst {
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
  margin-bottom: 10px;
}

.source {
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}
