/*
Theme Name: ZAR Advertising
Theme URI: https://zaradvertising.com/
Author: ZAR Advertising
Description: Custom ZAR Advertising WordPress theme for the public website and secure Customer/Partner portal presentation.
Version: 0.40.7
Text Domain: zar-theme
*/

:root {
	--zar-navy: #0F172A;
	--zar-blue: #2563EB;
	--zar-blue-hover: #1D4ED8;
	--zar-light-blue: #EFF6FF;
	--zar-slate: #334155;
	--zar-muted: #64748B;
	--zar-white: #FFFFFF;
	--zar-bg: #F8FAFC;
	--zar-border: #E2E8F0;
	--zar-yellow-bg: #FFFBEB;
	--zar-yellow-border: #FDE68A;
	--zar-yellow-text: #92400E;
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--zar-slate);
	background: var(--zar-white);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--zar-blue); }
button, input, select, textarea { font: inherit; }
