*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0;
	overflow-x: clip;
	background: var(--wg-color-background);
	color: var(--wg-color-text);
}

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
	height: auto;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

a {
	color: inherit;
}

ul,
ol {
	padding-left: 1.25rem;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#page {
	flex: 1 0 auto;
}

.wg-footer {
	flex-shrink: 0;
}
