/*
Theme Name: Vervu
Theme URI: https://example.com/
Author: Boks Empowerment
Author URI: https://example.com/
Description: Minimal base theme set up for use with Elementor. Provides a simple header/footer and lets Elementor control the main content area.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vervu
Tags: one-column, custom-logo
*/

body {
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header,
.site-footer {
	padding: 1.5rem 2rem;
	background: #111;
	color: #fff;
}

.site-main {
	min-height: 60vh;
	padding: 2rem;
}