/*
Theme Name: Dummy4Git Theme
Theme URI: https://github.com/inverse-paradox/dummy4git
Author: Nathan Hawkins
Author URI: https://spinupwp.com
Description: A hardcoded dummy theme used to test SpinupWP Git deployments. Bump the version below and push to confirm an auto-deploy landed.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dummy4git-theme
*/

:root {
	--ink: #1d1f2b;
	--bg: #f5f3ee;
	--accent: #a03bce;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--ink);
	background: var(--bg);
	line-height: 1.6;
}

.site-header {
	background: var(--ink);
	color: #fff;
	padding: 2rem 1.5rem;
}

.site-header h1 { margin: 0; font-size: 1.6rem; }
.site-header p { margin: .25rem 0 0; opacity: .7; }

.wrap { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem; }

.card {
	background: #fff;
	border: 1px solid #e3ddd0;
	border-radius: 10px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.badge {
	display: inline-block;
	background: var(--accent);
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .2rem .55rem;
	border-radius: 999px;
}

.site-footer {
	text-align: center;
	padding: 2rem 1.5rem;
	color: #7a7568;
	font-size: .85rem;
}
