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 {
  padding-top: 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: 20px;
}

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

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0px 0;
}

.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;
}

a.button {
  background-color: #c70000;
  position: relative;
  display: inline-block;
  font-family: 'Guardian Sans Web';
  font-size: 16px;
  color: #fff;
  padding: 6px 32px 6px 12px;
  border-radius: 32px;
  transition: background 0.4s ease-out;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
}

a.button:hover {
  background-position: right center;
  background-color: #ae0000;
}

a.button:hover svg {
  transform: translateX(2px);
}

.button svg {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  height: 100%;
  fill: #ffffff;
  transition: transform 0.4s ease-out;
}
