@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700&display=swap');

.playfair {
  font-family: "Playfair Display", sans-serif;
}
.playfair--900 {
  font-weight: 900;
}
.playfair--700 {
  font-weight: 700;
}
.playfair--600 {
  font-weight: 600;
}
.playfair--500 {
  font-weight: 500;
}
.playfair--400 {
  font-weight: 400;
}
.playfair--white {
  color: white;
}

