
// Fonts

/*
// Example usage

// Lato Fonts
.lato-black() {
  //   @family        @weight @style  @optimizeLegibility
  .font('Lato-Black', normal, normal, true);
}

// Then wherever you want to use this...
strong {
  .lato-black();
}
*/
