.redactor-dropdown-item-heading-2, 
.redactor.readable .redactor-styles h2.heading--2 {
  font-size: 42px;
  font-weight: 200;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  line-height: 1.2;
}
.redactor-dropdown-item-heading-3, 
.redactor.readable .redactor-styles h3.heading--3 {
  font-size: 38px;
  font-weight: 200;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  line-height: 1.2;
}
.redactor-dropdown-item-heading-4, 
.redactor.readable .redactor-styles h4.heading--4 {
  font-size: 32px;
  font-weight: 200;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  line-height: 1.2;
}
.redactor-dropdown-item-heading-5, 
.redactor.readable .redactor-styles h5.heading--5 {
  font-size: 28px;
  font-weight: 200;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  line-height: 1.2;
}
.redactor-dropdown-item-eyebrow, 
.redactor.readable .redactor-styles div.eyebrow {
  font-size: 14px;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 2.2;
}
.redactor-dropdown-item-intro, 
.redactor.readable .redactor-styles p.intro {
  font-size: 22px;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
.redactor-dropdown-item-paragraph-1, 
.redactor.readable .redactor-styles p.paragraph--1 {
  font-size: 18px;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.redactor-dropdown-item-paragraph-2, 
.redactor.readable .redactor-styles p.paragraph--2 {
  font-size: 16px;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.redactor-dropdown a.redactor-dropdown-item-color-gold,
.redactor-styles span.text-gold {
  color: #B99963
}

.redactor-dropdown a.redactor-dropdown-item-color-black,
.redactor-styles span.text-off-black {
  color: #272727
}

.redactor-styles a, .redactor-styles a:hover {
  color: #B99963!important;
  text-decoration: underline;
}

