/* CSS Document */
/*
.sacramento-regular {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}

.font2 {
  font-family: "Sacramento", cursive !important;
  font-size:48px !important;
  font-weight: 400;
  font-style: normal;
}
*/

/*
<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 400 to 900
*/
/*
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/
.font2 {
  font-family: "Playfair Display", serif;
  font-size:36px !important;
  font-weight: 400;
  font-style: normal;
  line-height:40px;
}