////
/// Header Print
/// @group header
////

@media print {
  @import 'index';
  @import 'style/print';
}
