export function frostedBox(content: string, extraClasses?: string): string { return `
${content}
`; }