@charset "utf-8";
/* CSS Document */

/* Custom overrides h1 */
.c-heading-charlie {
	font-size: 34px;
  line-height: 1.2;
}

/* Custom overrides h2 */
.c-heading-delta {
	font-size: 30px;
  line-height: 1.2;
}

/* Custom overrides h3 */
.c-heading-echo {
  font-size: 18px;
  line-height: 1.2;
}

/* Custom overrides h4 */
.c-heading-foxtrot {
	font-size: 16px;
  line-height: 1.2;
}

