/*
Theme Name: JakeSwift Theme
Description: Companion front-end theme for the JakeSwift Logistics OS plugin — the public site plus the authenticated portal (login, registration, role-aware dashboards). Requires the "JakeSwift Logistics OS" plugin to be active.
Author: JakeSwift
Version: 0.23.1
Requires PHP: 8.0
Text Domain: jakeswift-theme
*/

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #16202A;
	background: #F5F7F8;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

:focus-visible {
	outline: 2px solid #A6570C;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
