/*
Theme Name: Sip Streak
Theme URI: https://sipstreak.himasrafeek.com
Author: Himas Rafeek
Author URI: https://himasrafeek.com
Description: Marketing website for Sip Streak — the personalized hydration coach. Tailwind-powered, auto-builds all pages (Home, Features, Pricing, Download, Support, Privacy, Terms) on activation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sipstreak
*/

/* Tailwind (Play CDN) supplies utilities. This file holds base + small extras. */

html { scroll-behavior: smooth; }
body { font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; -webkit-font-smoothing: antialiased; letter-spacing: -0.011em; }

/* Brand gradient text helper (used sparingly). */
.text-gradient {
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Long-form legal content readability. */
.prose-legal { color: #334155; line-height: 1.75; }
.prose-legal h2 { font-size: 1.375rem; font-weight: 800; color: #0B3A66; margin: 2rem 0 0.75rem; }
.prose-legal h3 { font-size: 1.05rem; font-weight: 700; color: #0B3A66; margin: 1.5rem 0 0.5rem; }
.prose-legal p { margin: 0 0 1rem; }
.prose-legal ul { list-style: disc; margin: 0 0 1rem 1.25rem; }
.prose-legal li { margin: 0.35rem 0; }
.prose-legal a { color: #0284C7; text-decoration: underline; }

/* Respect users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .animate-float, .animate-floatSlow { animation: none !important; }
}
