/*
Theme Name: Moomal Portfolio
Theme URI: https://campaign-compass-grow.lovable.app
Author: Moomal Zahid
Author URI: https://campaign-compass-grow.lovable.app
Description: A fully editable one-page marketing / portfolio WordPress theme. Every text, image, colour, logo, background, section and footer can be edited or removed from Appearance > Edit Site Content or the Customizer.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moomal-portfolio
Tags: one-column, portfolio, custom-logo, custom-colors, custom-background, editor-style, full-width-template
*/

/* Theme utility styles are loaded from assets/css/theme.css.
   Add your own overrides below. */

.mz-logo img {
	max-height: 40px;
	width: auto;
	display: block;
}

.mz-mobile-menu {
	display: none;
}
.mz-mobile-menu.is-open {
	display: block;
}

/* Basic blog / page styling for non-homepage templates */
.mz-page {
	max-width: 48rem;
	margin: 0 auto;
	padding: 9rem 1.25rem 5rem;
}
.mz-page h1,
.mz-page h2 {
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
}
.mz-page p {
	margin-bottom: 1rem;
	line-height: 1.7;
}
.mz-page a {
	text-decoration: underline;
}
