/*
Theme Name: Royal Marketplace
Theme URI: https://royalmanagement.com.au
Author: Royal Management
Author URI: https://royalmanagement.com.au
Description: A modern business marketplace theme for Royal Management. Built for HivePress integration — business brokers list businesses for sale and the public browses and enquires.
Version: 1.0.0
Requires at least: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royal-marketplace
Tags: business, marketplace, listings, hivepress, custom-menu, translation-ready
*/

/* ==========================================================================
   Base Reset & Defaults
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-text);
	background-color: var(--color-background);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--color-dark);
	margin-top: 0;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color var(--transition-fast);
}

a:hover {
	color: var(--color-primary-dark);
}

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

ul, ol {
	padding-left: var(--space-lg);
}

p {
	margin-top: 0;
}
