@font-face {
  font-family: "Playfair Display";
  src: url("playfair/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("playfair/PlayfairDisplay-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  src: url("playfair/PlayfairDisplay-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Playfair Display";
  src: url("playfair/PlayfairDisplay-SemiBoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Lato";
  src: url("lato/Lato-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1.1em;
}

figure {
  margin-left: 25px;
  margin-right: 25px;
}

figcaption {
  font-size: 0.9em;
}

.list__title {
  font-family: "Playfair Display";
  font-size: 1.7em;
}

.list__title .href {
  color: black;
}

.logo {
  font-family: "Playfair Display", Georgia, serif;
  text-align: center;
  padding-bottom: 100px;
}

.logo__title {
  font-size: 2.35em;
  text-transform: none;
}

.logo__tagline {
  border: none;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  color: black;
  font-size: 1.1em;
  line-height: 120%;
}

.widget__title {
  font-family: Lato;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  display: inline-block;
}

.main__title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 2em;
}

.divider {
  background-color: lightgrey;
  height: 1px;
}

.btn {
  font-family: Lato;
  background-color: #dddddd;
  color: #444444;
}

blockquote {
  border: none;
  background-color: #f4f4f4;
  margin-left: 25px;
  margin-right: 25px;
}