body {
  font-family: 'Inter', sans-serif;
}
code, pre, .font-mono {
  font-family: 'JetBrains Mono', monospace;
}
[x-cloak] {
  display: none !important;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #0f172a;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

/* Print Stylesheet for Kitchen Use */
@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 11pt;
  }
  .no-print, header, nav, .interactive-btn, button, #settings-modal, #reroll-modal, #pantry-audit-modal, #budget-audit-modal, .toast-container {
    display: none !important;
  }
  .print-card {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #cccccc !important;
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none !important;
    margin-bottom: 1rem;
  }
  a {
    text-decoration: none;
    color: #000000 !important;
  }
}
