/**
 * @file
 * Print specific styliing
 */

 @use '_helper' as *;

@media print {
  .header,
  .footer {
    display: none;
  }
}
