/*
 * Custom overrides on top of Tailwind + DaisyUI
 */

/* Remove browser default outline — DaisyUI handles focus styles */
.input:focus,
.input:focus-visible,
.select:focus,
.select:focus-visible,
.textarea:focus,
.textarea:focus-visible {
  outline: none;
}
.table :where(thead,tfoot){
  font-size: 13px;
}

/* Folder color utilities (used by jstree + settings form) */
.fc-0 { color: #c8a060; }
.fc-1 { color: #22c55e; }
.fc-2 { color: #ef4444; }
.fc-3 { color: #f59e0b; }
.fc-4 { color: #3b82f6; }
