:root {
	--padding-base: 24px;
	--padding-half: 12px;
	--padding-twox: 36px;
	--h1-size: 68px;
	--h2-size: 40px;
	--subtitle-size: 24px;
	--accent-color: #000;
	--common-radius: 12px;
	--little-radius: 3px;
	--light-accent-color: #FFDCFA;
	--light-accent-color-wash: rgba(255,216,250,.3);
	--pop-accent-color: #2483FF;
	--border-general: 1px solid var(--light-accent-color);
}

@font-face {
	font-family: "Texturina";
	src: url('/type/Texturina-Italic-VariableFont_opsz,wght.ttf');
}

@font-face {
	font-family: "Instrument";
	src: url('/type/InstrumentSans-VariableFont_wdth,wght.ttf');
}

body {
	background-image: url('/style/grid.png');
	background-position: center top;
	color: #222;
	font-family: "Instrument", sans-serif;
	line-height: 1.4em;
	margin: 0;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: var(--h1-size);
	line-height: 82px;
}

h2 {
	font-size: var(--h2-size);
}

h3 {
	font-family: "Texturina";
	font-size: var(--subtitle-size);
}

a {
	color: var(--accent-color);
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: var(--accent-color);
}
p {
	color: #444;
	font-size: 18px;
	line-height: 28px;
}

.sparkle {
    color: #aaa;
}

.metatext {
	font-size: 9px;
	font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
}

.psmaller {
	font-size: 16px;
	line-height: 24px;
}

.centered {
	text-align: center;
}