/*
 * 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.
 */
@plugin "daisyui" {
  themes: false;
}

[data-theme="esthe"] {
  --color-primary: #f472b6;
  --color-primary-content: #ffffff;
  --color-secondary: #fbcfe8;
  --color-accent: #ec4899;
  --color-base-100: #1a1a2e;
  --color-base-200: #16213e;
  --color-base-300: #0f3460;
  --color-base-content: #f8f8f8;
}