/* ------------------------------------------------------------------
   Hello Elementor Child - production CSS
   Add global overrides and design tokens here.
------------------------------------------------------------------ */

:root {
	--mkt-primary: #0078d4;
	--mkt-primary-dark: #005a9e;
	--mkt-text: #202124;
	--mkt-surface: #ffffff;
	--mkt-muted: #6b7280;
	--mkt-radius: 12px;
}

body {
	color: var(--mkt-text);
}

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

/* Example utility */
.mkt-card {
	background: var(--mkt-surface);
	border-radius: var(--mkt-radius);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	padding: 1.5rem;
}
