/* Reset minimal + base typographique */
*, *::before, *::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	background: var(--cvx-off-white);
	color: var(--cvx-text-primary);
	font-family: var(--cvx-font-body);
	font-weight: 400;
	font-size: 14.5px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
}

h1, h2, h3, h4, p, ul, ol, figure {
	margin: 0;
}

button, input, select, textarea {
	font-family: inherit;
}

.cvx-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cvx-container {
	max-width: 1440px;
	margin: 0 auto;
}
