@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-300.woff2') format('woff2');
	font-style: normal;
	font-weight: 300;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-300italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 300;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 400;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-500.woff2') format('woff2');
	font-style: normal;
	font-weight: 500;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-500italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 500;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-600.woff2') format('woff2');
	font-style: normal;
	font-weight: 600;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-600italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 600;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-family: 'Inter';
}

@font-face {
	font-display: swap;
	src: url('../fonts/inter-v19-latin-700italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 700;
	font-family: 'Inter';
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	line-height: 1.15;
}

body {
	padding: 10% 8vw;
}

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

:where(*) {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Inter, sans-serif;
	line-height: 1.625;
	color: currentColor;
	font-size: clamp(14px, 4vw, 20px);
	font-weight: 300;
	text-wrap: balance;
}

:where(p, ul, h1) {
	margin-bottom: 1.625em
}

main {
	max-width: 75ch;
	margin-inline: auto;
}

h1,
strong {
	font-weight: 500;
}

a:hover {
	text-decoration: none
}

.clients {
	list-style: none;
	font-style: italic;
	hyphens: auto
}

.clients li {
	display: inline;
}

.clients li:not(:last-child)::after {
	content: ', ';
}