// Definition
//
// The `.dfn` class is used for terms being defined. Best practice is to use a `<dfn>` tag as well.
//
// Markup: definition.html
//
// Styleguide components.definition
.dfn, .definition {
  font-style : normal;
  font-weight: bold;
}
