/**
 * TBW critical CSS
 * Only above-the-fold rules shared by the entire site belong here.
 */
:root {
	--tbw-content-width: 1200px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}
