pub fn generate_og_svg(
title: &str,
site_name: &str,
brand_color: &str,
text_color: &str,
) -> StringExpand description
Generates an SVG social card with the given title and site name.
The card is 1200x630 pixels (standard OG image dimensions).