/*
Theme Name: Osteoneks
Theme URI: https://osteoneks.com
Author: Osteoneks IT
Description: Custom corporate theme for Osteoneks — orthopaedic implants, trauma fixation, spine, CMF and foot & ankle solutions. Built around a precision-engineering visual language (blueprint grid, crosshair markers, technical typography) to match the clinical/engineered nature of the product line.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: osteoneks
*/

/* Base reset — full design system lives in assets/css/main.css (enqueued via functions.php) */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font: inherit; }
