:root {
	--pt-container: 1440px;
	--pt-radius: 20px;
	--pt-font-heading: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--pt-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--pt-navy: #071a2f;
	--pt-blue: #1e7bff;
	--pt-orange: #ff7a1a;
}

body {
	font-family: var(--pt-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--pt-font-heading);
}

img {
	max-width: 100%;
	height: auto;
}

.pt-container {
	width: min(100% - 32px, var(--pt-container));
	margin-inline: auto;
}

.pt-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;
}
