/* Custom overrides beyond Tailwind utilities go here. */

/* Hide the default <details> marker so the custom + rotates cleanly. */
summary::-webkit-details-marker { display: none; }
summary { list-style: none; }

/* Optical headline tightening for Fraunces at large sizes. */
h1, h2 { font-feature-settings: "ss01", "ss02"; letter-spacing: -0.015em; }
