/*
Theme Name: N.A. Diagnostics
Theme URI: https://nadiagnostics.com
Author: N.A. Diagnostics
Author URI: https://nadiagnostics.com
Description: Custom theme for N.A. Diagnostics — an independent analytical lab brand with a batch / Certificate of Analysis (COA) verification portal. Patriotic navy/red/white design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: na-diagnostics
*/

/*
 * NOTE: The functional styles live in assets/css/main.css (enqueued in functions.php).
 * This file only carries the required theme header above plus a minimal reset so the
 * theme renders sanely even before main.css loads.
 */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #102a4c;
	background: #ffffff;
}

img { max-width: 100%; height: auto; }

a { color: #b11226; }
