/*
Theme Name: SEE - Safety Equipment Expertise
Theme URI: https://see-safety.com
Author: Antigravity
Author URI: https://google.com
Description: A modern, high-performance WordPress theme for SEE (Safety Equipment Expertise) specializing in personal protective equipment (PPE) and industrial safety solutions.
Version: 1.0.0
Text Domain: see-safety
Tags: safety, equipment, ppe, industrial, custom-post-type, responsive, dark-teal
*/

/* Reset & CSS Custom Properties */
:root {
  --ink: #0a2b30;
  --teal-deep: #0c4750;
  --teal-banner: #006880;
  --teal-cta: #00768C;
  --teal: #137983;
  --teal-mid: #1b95a0;
  --teal-light: #8fe0d6;
  --paper: #f8fafc;
  --paper2: #f1f5f9;
  --line: #e2e8f0;
  --line-dark: #cbd5e1;
  --hazard: #ff7a1a;
  --hazard-dark: #d9600a;
  --white: #ffffff;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(10, 43, 48, 0.05);
  --shadow-md: 0 8px 24px -4px rgba(10, 43, 48, 0.08);
  --shadow-lg: 0 16px 36px -8px rgba(10, 43, 48, 0.12);
  --font-body: 'Sarabun', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

/* Global Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background-color: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: all 0.2s ease; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
