:root {
	--agx-theme-paper: #f5efd9;
	--agx-theme-ink: #18231a;
}

html {
	box-sizing: border-box;
	background: var(--agx-theme-paper);
}

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

body.agx-showcase-theme {
	margin: 0;
	background: var(--agx-theme-paper);
	color: var(--agx-theme-ink);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.agx-showcase-theme img {
	max-width: 100%;
}

body.agx-showcase-theme ::selection {
	background: var(--agx-theme-ink);
	color: var(--agx-theme-paper);
}

body.agx-showcase-theme a:focus-visible,
body.agx-showcase-theme button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

/* Keep the WordPress admin bar above the fixed showcase navigation. */
.admin-bar .agx-site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .agx-site-header {
		top: 46px;
	}
}
