/*
put any CSS shared by all instances
of this component here. Also be sure to add this file
to the styleRefs array in elastic
*/

section#legacy .definition-list-group dt,
section#legacy .definition-list-group dd {
  display: inline;
  line-height: 34px;
  font-size: 22px;
}

section#legacy .definition-list-group dt {
  font-family: 'hn';
   margin-right: 12px;
}

section#legacy .definition-list-group dd {
  font-family: 'hn-light';
}