/*
Theme Name: Javixor
Theme URI: https://javixorlabs.com
Author: Javixor Labs
Author URI: https://javixorlabs.com
Description: Foundation theme for Javixor Labs, an enterprise engineering staffing and consultancy site. Custom content fields and the global Site Settings page are built into this theme itself (inc/native-fields.php, inc/native-settings.php), so there is no dependency on Advanced Custom Fields, free or Pro, or any page-builder plugin. Optionally works alongside Rank Math (SEO, schema, and sitemaps), installed separately if wanted. The PHP templates in this theme (header.php, footer.php, page.php, single.php, archive.php, 404.php, search.php, index.php) are the site's own rendering; there is no page-builder dependency.
Version: 1.23.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: javixor
*/

/* Minimal reset. Page-specific styles (assets/css/main.css) handle real design. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.5;
	color: #111827;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}
