@import "tailwindcss";
@plugin "daisyui";

/* Prevent collapse from creating stacking context that traps fixed dropdowns */
.collapse {
  isolation: auto !important;
}

/* Theme configuration */
@theme {
  /* Breakpoints (mobile-first: base styles are mobile) */
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;

  /* Typography */
  --font-sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --font-logo: "Inter", ui-sans-serif, system-ui, sans-serif;

  /* Property status colors */
  --color-status-saved: oklch(0.87 0.01 260);
  --color-status-contacted: oklch(0.85 0.12 220);
  --color-status-viewing-booked: oklch(0.88 0.10 85);
  --color-status-viewed: oklch(0.85 0.14 340);
  --color-status-applied: oklch(0.82 0.14 290);
  --color-status-accepted: oklch(0.88 0.12 145);
  --color-status-rejected: oklch(0.88 0.10 25);
}
