/**
 * DaisyUI Theme Overrides
 *
 * Customizations to DaisyUI themes for Plucky.
 * Loaded after DaisyUI CDN to override default theme values.
 *
 * Reference: https://daisyui.com/docs/colors/
 */

/* ==========================================================================
   Night Theme
   ========================================================================== */

[data-theme="night"] {
  /* Softer primary text - default is bright white, this is muted gray */
  color: #9ca3af !important;
}

/* ==========================================================================
   Future theme overrides go below
   ========================================================================== */
