/*
Theme Name: Property Agents
Theme URI: https://example.com/property-agents
Author: Custom Theme Team
Author URI: https://example.com
Description: A bespoke real estate directory theme tailored for property agencies with AJAX search and authentication.
Version: 1.0.0
Tested up to: 6.6
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: property-agents
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

:root {
	--pa-primary-color: #1c3faa;
	--pa-primary-dark: #142b78;
	--pa-bg-muted: #f5f7fb;
	--pa-text-color: #081326;
}

html,
body {
	font-family: 'Jost', sans-serif;
	color: var(--pa-text-color);
	background-color: #fff;
	margin: 0;
	padding: 0;
}

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

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

.screen-reader-text {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

