@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic);

/* default font */
.tl-timeline {
  font-family: 'PT Serif',serif;
}

/* centre the title on the first slide even when it's narrow (e.g. embedded) */
.tl-headline-title {
  width: initial;
}

/* heading font size */
.tl-slide-content h1, .tl-slide-content h2, .tl-slide-content h3, .tl-slide-content h4, .tl-slide-content h5, .tl-slide-content h6 {
  font-size: 46px;
  line-height: 46px;
}

/* heading/navigation font */
h1, h2, h3, h4, h5, h6, .tl-slidenav-title {
  font-family: 'PT Sans Narrow',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
