////
/// Footer Print
/// @group footer
////

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