/* 
_______________________________________________
=== TYPOGRAPHY: LANDING VERSE === 
_______________________________________________
*/

.landing-verse {
  margin: 4rem auto 0;
  padding: 0 2rem;
  font-family: var(--font-family-serif);
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.landing-verse blockquote {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.landing-verse footer {
  margin-top: 1.5rem;
  font-family: var(--font-family-sans);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: var(--color-text);
}

/* 
_______________________________________________
=== TYPOGRAPHY: LINKS === 
_______________________________________________
*/

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}