/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

table, th, td {
  border-color: var(--color-base-300);
}

.badge {
  border-radius: 9999px;
}

/* DaisyUI's default input focus styling is too subtle against bg-base-200
 * surfaces. Use an explicit primary-coloured outline for accessible focus. */
.input:focus,
.input:focus-within,
.textarea:focus,
.select:focus,
.file-input:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
