body { font-family: 'Inter', sans-serif; }

@media print {
  body { background: white !important; color: black !important; }
  .no-print { display: none !important; }
}

.asdj-spinner {
  border: 2px solid #e2e8f0;
  border-top-color: #0284c7;
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;
  animation: asdj-spin 0.6s linear infinite;
}

@keyframes asdj-spin {
  to { transform: rotate(360deg); }
}
