/**
 * TBW site styles
 * Reusable components first; page-specific CSS should be loaded conditionally.
 */

.tbw-container {
	width: min(100% - 2rem, var(--tbw-content-width));
	margin-inline: auto;
}
