/* 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 Obrari brand orange so highlighting feels on-brand. */
::selection {
  background-color: rgba(232, 113, 58, 0.18);
  color: #1c1917;
}
