/*
Theme Name: PiñaTech
Theme URI: https://pina-tech.com
Author: PiñaTech
Author URI: https://pina-tech.com
Description: Custom marketing theme for PiñaTech — an independent IT company backed by Del Monte Corporation. Single-page site with editable Team members, services, AI solutions, partners, contact form, and an interactive global locations map. Works on any standard WordPress host (Hostinger, GoDaddy, etc.).
Version: 2.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: pinatech
*/

/* Base typography — Tailwind utilities and component styles are enqueued separately. */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  margin: 0;
}
