/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 */

/* Custom Theme Colors - Override DaisyUI defaults */
[data-theme="light"] {
  --p: 194 65% 70% !important;           /* primary: #85D8EA */
  --pc: 0 0% 100% !important;            /* primary-content: #FFFFFF */
  --s: 203 19% 39% !important;           /* secondary: #546A7B */
  --sc: 0 0% 100% !important;            /* secondary-content: #FFFFFF */
  --a: 194 65% 70% !important;           /* accent: #85D8EA */
  --ac: 0 0% 100% !important;            /* accent-content: #FFFFFF */
  --n: 203 19% 39% !important;           /* neutral: #546A7B */
  --nc: 0 0% 100% !important;            /* neutral-content: #FFFFFF */
  --b1: 0 0% 100% !important;            /* base-100: #FFFFFF */
  --b2: 220 13% 91% !important;          /* base-200: #E5E7EB */
  --b3: 218 11% 82% !important;          /* base-300: #D1D5DB */
  --bc: 0 0% 1% !important;              /* base-content: #030303 */
}

body {
  font-family: 'Lexend Deca', system-ui, sans-serif !important;
}
