/*
Theme Name: Milliomus Theme
Theme URI: https://dev.milliomus.hu/
Author: Milliomus
Author URI: https://milliomus.hu/
Description: Custom theme for the Milliomus redesign (development scaffold).
Version: 0.1.0
Requires at least: 6.9
Tested up to: 7.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: milliomus-theme
Tags: custom
*/

body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	margin: 0;
	padding: 2rem;
	line-height: 1.6;
}

header {
	margin-bottom: 2rem;
}

header h1 a {
	text-decoration: none;
	color: inherit;
}
