/* Site typography.
   Headings run in Domine, body and labels stay Karla.
   A heading carries no bold: emphasis inside one reads as colour.
   Quotes are the one place italic lives.
   Course pages do not load this file. */

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: 'Domine', Georgia, serif !important;
  font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6 { font-style: normal !important; }

/* em and i keep their italic, so Repo(sitory) reads on its tail */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i,
h1 cite, h2 cite, h3 cite, h4 cite, h5 cite, h6 cite,
.rep-tail { font-style: italic !important; }

/* what used to be bold inside a heading */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  color: #ff667a !important;
}

/* quotes: pull quotes and any heading marked .is-quote */
blockquote, blockquote *,
.cs-quote, .cs-quote *,
.is-quote, .is-quote * {
  font-family: 'Domine', Georgia, serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

/* the attribution under a quote is not part of the quote */
blockquote + p, blockquote + p * { font-style: normal !important; }

/* Navigation stays Karla everywhere: the site header, its dropdowns, and
   every level of the course sidebar. Domine is for content, not wayfinding. */

/* Card headers that are not heading tags.
   The module pages carry theirs as inline style from the module builder,
   so the selectors key off that. If the builder's output shape changes,
   these follow it. */
.card-title,
.sprint-week-name,
.deliverable-text,
.celebration-text,
.section-label,
.pricing-price,
.prereq-name,
.prereq-card-title,
.modal-section-title,
.modal-price-amount,
.sprint-deliverable-label,
[style*="font-weight:700"][style*="font-size:1.25rem"][style*="color:#fff"],
[style*="'Karla'"][style*="font-weight:700"][style*="font-size:1.75rem"],
[style*="'Karla'"][style*="font-weight:700"][style*="font-size:1.5rem"],
[style*="'Karla'"][style*="font-weight:700"][style*="font-size:1.125rem"],
[style*="'Karla'"][style*="font-weight:700"][style*="font-size:1.0625rem"] {
  font-family: 'Domine', Georgia, serif !important;
  font-weight: 400 !important;
}
