/*
Theme Name: Carlos Frevert Genesis
Theme URI: https://carlosfrevert.com
Description: Minimal Genesis child theme for a personal hub.
Author: Carlos Frevert
Version: 1.0.0
Template: genesis
Text Domain: carlos-frevert-genesis
*/

body {
	background-color: #000;
	color: #f5f5f5;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.minimal-wrap{
	max-width: 560px;
	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 24px;
}

.minimal-wrap h1{
	font-size: 2rem;
	margin: 0;
	letter-spacing: .5px;
	color: #fff;
}

.tagline{
	margin-top: .5rem;
	font-size: .9rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #aaa;
}

.social-links{
	margin-top: 1.75rem;
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.social-links a{
	color: #f5f5f5;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	border-radius: 8px;
	transition: all 0.2s ease;
}

.social-links a:hover{
	background-color: #1a1a1a;
	transform: translateY(-1px);
	color: #fff;
}

.social-icon{
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}
