/*
Theme Name: Peptide Research
Theme URI: -
Author: -
Description: Custom WooCommerce theme for a research-use peptide DTC store. Built with strict category compliance: age gate, checkout attestation, lot-level COA tracking, state-block shipping rules.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
Text Domain: peptide-research
*/

/*
 * Real styles live in assets/css/main.css and are enqueued by inc/enqueue.php.
 * This file exists for the WordPress theme header and a minimal base reset
 * so the site is usable before main.css loads.
 */

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

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #0F0F0E;
  background: #FAFAF7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: #0D4F4F; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: #083838; }

button { font: inherit; cursor: pointer; }
