/* ============================================================
   PAAVYA BRAND TOKENS
   Single source of truth for the marketing site's brand color.
   Mirrors app/paavya-design-tokens.css's teal ramp so the
   marketing site and the product render the same brand.
   ============================================================ */

:root {
  --brand: #00645D;       /* teal-700 — the real Paavya brand color */
  --brand-dark: #004B45;  /* teal-800 — hover/active darken */
  --brand-mid: #0A7A72;   /* teal-600 */
  --brand-light: #C6F5F4; /* teal-100 — light tint for use on dark */
  --brand-tint: #E9FFFE;  /* teal-050 — very light wash */
}
