---
import { twMerge } from 'tailwind-merge';
/**
* ContentWidth frame component for constraining content width.
*
* Applies the standard max-width constraint used throughout the docs
* without any visual styling (borders, backgrounds).
*
* Usage:
* ```mdx
* import ContentWidth from '@/components/frames/ContentWidth.astro';
*
*