:root {
	--rab-navy: #071d4a;
	--rab-blue: #1f67a8;
	--rab-sky: #3b86c5;
	--rab-light-blue: #7db7ea;
	--rab-ink: #13213b;
	--rab-muted: #65728a;
	--rab-soft: #f3f7fb;
	--rab-line: #dbe5f0;
	--rab-white: #ffffff;
	--rab-container-width: 1320px;
	--rab-font-family: Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--rab-ink);
	font-family: var(--rab-font-family);
	line-height: 1.7;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
}

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.skip-link:focus {
	background: var(--rab-white);
	border: 2px solid var(--rab-blue);
	clip: auto;
	clip-path: none;
	color: var(--rab-navy);
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 12px;
	padding: 10px 14px;
	top: 12px;
	width: auto;
	z-index: 1100;
}

.site-main:focus {
	outline: 0;
}
