////
/// Card Print
/// @group card
////

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