/*
 * Application-wide styles for the Rails-rendered (non-Vite) layouts.
 * Served by Propshaft: no bundling, so each stylesheet is linked
 * explicitly from the layout (see stylesheet_link_tag calls).
 */

@media print {
  .no-print {
    display: none !important;
  }
}
