/*
Theme Name: Coming Soon
Version: 2026
Author: FWDLABS
Author URI: https://fwdlabs.com
*/

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

body {
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}

#wrapper {
	text-align: center;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}

h1,h2,h3,h4,h5 {
	margin-bottom:1em;
	}

h1 {
	font-size:3em;
	font-weight:bold;
	}

h3 {
	font-size:1.35em;
	}

small {
	color:#ccc;
	font-size:0.85em;
	}

strong {
	font-weight:bold;
	}

/* Custom */

a {
	color:#fa0f0c;
	}
