/* Load Phoenix theme into a lower-priority cascade layer so app/(dashboard)/dashboard.css
   (unlayered) naturally overrides it even if this file appears later in <head>. */
@import url("/assets/css/theme.min.css") layer(phoenix);
@import url("/assets/css/user.min.css") layer(phoenix);
