/*
Theme Name: Presa
Theme URI: https://paullacey.digital
Author: Paul Lacey
Author URI: https://paullacey.digital
Description: A near-nothing WordPress theme — the quiet base a site's design system stands on. Works with Beaver Builder and Beaver Themer (full header, footer and parts support) or entirely without them. Pair with Presa Child, which carries the site functions and templates, so this parent never needs touching per site.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: presa
Tags: page-builder, beaver-builder, blank
*/

/* The bare minimum - everything visual belongs to Beaver Builder. */

body {
	margin: 0;
}

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