@import 'webext-base-css/webext-base.css';

:root {
	overscroll-behavior: none;
	min-height: 0px; /* Override webext-base's height */
}

body {
	box-sizing: border-box;
	min-height: 100vh;
	margin: 0;
	padding: 1em;
	justify-content: center;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.5;
	gap: 1em;
	font-family: system, system-ui, sans-serif;
}

button {
	margin-inline: auto;
	min-width: 5em;
	min-height: 2em;
}

main {
	white-space: pre-wrap;
}
