/* =======================================================
   SIYAGHA UTILITY FRAMEWORK - MASTER IMPORT FILE
   ======================================================= */
@import url("layout.css");
@import url("spacing.css");
@import url("typography.css");
@import url("borders.css");
@import url("colors.css");

/* Print specifics can stay here or get their own file */
@media print {
  .print-hide {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .page-break-before {
    page-break-before: always !important;
  }
  .page-break-avoid {
    page-break-inside: avoid !important;
  }
}
