@charset "UTF-8";

/*
Theme Name: Empire Design Board
Author: Southern DNA
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 7.3
Version: 1.0
License: ISC
Text Domain: empire

*/

@font-face {
	font-family: 'HelveticaNeue_Lt';
	src: url(assets/HelveticaNeueLTStd-Lt.otf) format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

body {
	margin: 0;
	background: #444;
	font-family: HelveticaNeue_Lt, 'Helvetica Neue', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* CSS Variables */
:root {
	/* Admin-bar height */
	--global--admin-bar--height: 0px;
}

.admin-bar {
	--global--admin-bar--height: 32px;
}

body.post-type-archive-collection {
	background: white;
	padding: 2rem;


	color: #b5aca9;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

.community-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
	padding: 0;
}

.community-list li {
	display: inline-block;
	padding: 2rem;
}

.community-list li img {
	height: 150px;
	object-fit: contain;
}