/* Tailwind handles the rest; this file only adds utilities that aren't
   defined either in the Tailwind CDN config or in base.html's inline
   <style> block. */

/* Editorial line-length control for marketing copy on wide viewports. */
.measure {
  max-width: 38rem;
}

/* Selection styled in the brand verdict color so highlighting feels on-brand. */
::selection {
  background-color: rgba(31, 143, 82, 0.18);
  color: #0A0B0E;
}
