const fontTokens: Partial<FontTokens> = {
// Change the default monospace font
"font-family-mono": "'Source Code Pro', monospace",
// Make buttons use the default monospace font
"font-family-cta": "var(--cdp-web-font-family-mono)",
// Make iframed content use the default monospace font
"font-family-iframe": "var(--cdp-web-font-family-mono)",
// Provide a custom font URL for iframed content (must be a google webfont URL)
"font-url-iframe": "https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap",
};