/*
Theme Name: Minimal Page Theme
Theme URI: https://example.com
Author: You
Description: Ultra minimal WordPress theme showing only page title and content.
Version: 1.0
*/

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
}

body > * {
	max-width: 1200px;
	margin: auto;
}

h1 {
    margin-bottom: 20px;
}
