/*
	I ❤️ Booklets
	2023, Frédéric Blondiau — DouWère, s.p.r.l.
*/

/*:root {*/
/*  color-scheme: light dark;*/
/*}*/

body {
	font-family: -apple-system, -apple-system-font, "Helvetica Neue", "Lucida Grande", Helvetica;
	font-size: 28px;
	margin: 0;
	text-align: center;
	padding: 16px;

	background-color: #FCFCFC;
	color: #333;
}

@media (prefers-color-scheme: dark) { 
	body {
		background-color: #333;
		color: #CCC;
	}
}

#container {
	max-width: 800px;
	margin: auto;
}

.primary {
    text-align: center;
	font-weight: 200;
	font-size: 150%;

    line-height: 40px;
	white-space: normal;
}

.secondary {
    text-align: center;
	font-weight: 200;
	font-size: 32px;

	color: #999;

    line-height: 36px;
	white-space: normal;
}

.tertiary {
	font-weight: 200;
	font-size: 16px;

	white-space: normal;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a {
	text-decoration: none;
}

#separator {
	width: 100%;
}

#appIcon {
	padding: 32px;
}

#logo {
	padding-top: 8px;
}
