/*
Theme Name: Astra Child - Austin Curated
Theme URI: https://austincurated.com/
Description: Minimal Austin Curated child theme for the briantwagner.com multisite network.
Author: Brian Thomas Wagner
Template: astra
Version: 1.0.0
Text Domain: astra-austincurated
*/

:root {
	color-scheme: light;
}

html,
body {
	min-height: 100%;
	margin: 0;
	background: #fff;
	color: #000;
}

body.austin-curated-coming-soon {
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	place-items: center;
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.austin-curated-coming-soon__main {
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	width: 100%;
	place-items: center;
	padding: 24px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
