MariaJackson1
10/25/2017 - 8:40 PM

Typography Settings

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 74px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #222222;
}

h5 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #222222;
}

h6 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.3; 
  font-weight: bold;
  color: #222222;
}

body {
  font-size: 18px;
  color: #222222;
}

/* =========== Tablet ============== */
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  }

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h5 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h6 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

/* =========== Phone ==============*/

@media (max-width: 767px) {
  h1 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  }

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}

 h4 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  }

  h5 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  }

  h6 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
}