/*
Theme Name:        16 Philosophers
Theme URI:         https://16philosophers.com
Author:            Kesto
Author URI:        https://16philosophers.com
Description:       Minimal blank-canvas theme for 16philosophers.com. Strips
                   header/footer chrome so plugin shortcodes render edge-to-edge.
                   Pairs with the 16 Philosophies plugin.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.9
Requires PHP:      7.4
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       phil16
*/

/* Reset only what would otherwise add gutters around plugin content */
html, body {
	margin: 0;
	padding: 0;
	background: #F5F5F5;
	color: #1a120a;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

/* Make WP-injected admin bar play nicely with full-bleed plugin layouts */
html.admin-bar { scroll-padding-top: 32px; }
@media screen and (max-width: 782px) {
	html.admin-bar { scroll-padding-top: 46px; }
}
