/* Bridge: map the v2 pricing block's tokens onto the AzonCity design system tokens.
   The pricing markup uses its own naming convention (--ink-soft, --mutedmore,
   --green-tint, etc). This file makes them resolve cleanly against
   colors_and_type.css. */

:root {
  /* base */
  --white: #FFFFFF;
  --ink: #111827;              /* main text */
  --ink-soft: #1F2937;         /* slightly lifted */
  --muted: #4B5563;
  --mutedmore: #6B7280;
  --line: #E5E7EB;
  --gray-bg: #F9FAFB;

  /* brand colors used by the pricing block */
  --orange: #FF6A00;
  --orange-dark: #CC5500;
  --green: #16A34A;
  --green-dark: #15803D;
  --green-tint: #DCFCE7;
  --blue-tint: #EFF6FF;

  /* typography (re-aliased to our display + body fonts) */
  --display: var(--font-display);
  --body: var(--font-sans);
}
