:root {
	--rareave-shell-max: 1470px;
	--rareave-gutter: 15px;
	--rareave-text: #111111;
	--rareave-muted: #666666;
	--rareave-border: #dddddd;
	--rareave-accent: #0d315e;
	--rareave-white: #ffffff;
}

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

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

body {
	margin: 0;
	color: var(--rareave-text);
	background: var(--rareave-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.has-open-drawer {
	overflow: hidden;
}

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

a:hover,
a:focus-visible {
	text-decoration: underline;
}

button,
input,
select {
	font: inherit;
}

button,
select {
	cursor: pointer;
}

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

.shell-container {
	width: min(100%, var(--rareave-shell-max));
	margin-inline: auto;
	padding-inline: var(--rareave-gutter);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #ffffff;
}

.rareave-icon {
	width: 24px;
	height: 24px;
}

.site-main,
.generic-content,
.woocommerce-content {
	min-height: 45vh;
	padding-block: 40px;
}
