/*
 Theme Name: PrintPotion Converter (Classic)
 Theme URI: https://printpotion.com/
 Author: PrintPotion
 Author URI: https://printpotion.com/
 Description: A lightweight classic WordPress theme scaffold for converting an existing static website into a WordPress site. Drop your header, footer, and page content into the provided templates.
 Version: 1.0.0
 Requires at least: 5.6
 Tested up to: 6.6
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: printpotion-converter
*/
:root{
  --pp-max-width: 1200px;
}
body { margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; line-height:1.6; }
.container { max-width: var(--pp-max-width); margin: 0 auto; padding: 1rem; }
.site-header, .site-footer { padding: 1rem 0; }
.nav a { text-decoration:none; margin-right:1rem; }
.wp-block-image img, img { max-width:100%; height:auto; }
.main { min-height: 50vh; }
*/

/* Put any global styles for your old site here or in /assets/css/site.css */
