@import "tailwindcss";

html {
  scroll-behavior: smooth;
}

.font-display {
  font-family: var(--font-display), Georgia, "Times New Roman", serif;
}

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