/* Custom styles for print and small enhancements */
:root { color-scheme: light; }

.skill { @apply px-2 py-1 rounded-full bg-indigo-50 text-indigo-700 text-sm; }

@media print {
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  header, footer, .print\:hidden { display: none !important; }
  a[href]::after { content: ""; }
  .bg-white { background: #fff !important; }
  .border { border-color: #e5e7eb !important; }
}
