:root {
  --color-primary: #e91a23;
} 

body {
  background-color: #FAF9F6;
}

p, ul, li, ol {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #333843; 
  font-size: 1.8rem;
}

h1, h2, h3, .brand {
  font-family: "Open Sans", sans-serif;  
  margin: 0.35em 0 0;
  text-transform: uppercase;
  font-weight: 800;
}

h1 {
  color: #e91a23;
  font-size:4rem;
}

h2, h3, .nav .brand {
  font-size:2rem;
}

.summary {
  font-size: 2rem;
  font-style: italic;
}

.tag {
background: #f2f2f2;
border: 1px solid #e5e5e5;
margin-bottom: 1rem;
}

article img {
  padding-bottom: 2rem;
}

.nav img {
  padding-top: 1rem;
  max-height: 7rem;
}