/* Custom CSS for FFMI Calculator.
   Tailwind CDN is still used for this MVP.
   Later, we can move to a full Tailwind build setup for production optimization. */

:root {
  color-scheme: dark;
}

details summary::-webkit-details-marker {
  display: none;
}
