@tailwind base;
@tailwind components;
@tailwind utilities;

@media (max-width: 768px) {
  /* Adjust breakpoint as needed */
  .headerSvg path {
    stroke: transparent; /* Or stroke: white; if you want it white */
  }
}
