html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input, textarea, select {
  color-scheme: dark;
}

.prose p {
  margin-bottom: 1rem;
}

@media print {
  body {
    background: #fff !important;
    color: #0f172a !important;
  }

  header,
  footer,
  nav,
  .print\:hidden {
    display: none !important;
  }

  main {
    max-width: none !important;
    padding: 0 !important;
  }

  .certificate {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
