/**
 * Minimal shared base styles
 * Legacy standalone pages (raffles.html, raids.html, giveaways.html, leaderboard.html, tailor.html)
 * have been removed. Dashboard and landing styles now live inline in index.html.
 */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #07080F;
	color: #EEF2FF;
	min-height: 100vh;
}
